height property
Height of the image in pixels.
Implementation
@override get height {
structOnOp((p) => _height = p.ref.height);
return _height;
}
Height of the image in pixels.
@override get height {
structOnOp((p) => _height = p.ref.height);
return _height;
}