height property

int? height

Image height

Implementation

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