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