height property

int? get height
inherited

Image height

Implementation

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