width property
Width of the image in pixels.
Implementation
@override get width {
structOnOp((p) => _width = p.ref.width);
return _width;
}
Width of the image in pixels.
@override get width {
structOnOp((p) => _width = p.ref.width);
return _width;
}