width property
Texture base width
Implementation
@override get width {
structOnOp((p) => _width = p.readerAt(_o[.width]).Int32());
return _width;
}
Texture base width
@override get width {
structOnOp((p) => _width = p.readerAt(_o[.width]).Int32());
return _width;
}