width property

int? get width

Image width

Implementation

int? get width => orientation.index >= 4 ? _height : _width;