width property

int get width

Image base width

Implementation

int get width => _width = field_width.readOr(op, _width);
set width (int value)

Implementation

set width(int value) => _width = field_width.writeOr(op, value);