width property

int? width

Image width

Implementation

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