width property - ImageElement class - dart:html library (original) (raw)

description

int? getwidth

Implementation

int? get width native;

setwidth (int? value)

Implementation

set width(int? value) native;