is3x2 property
bool
get
is3x2
Returns true if the aspect ratio is 3:2.
Implementation
bool get is3x2 => aspectRatioString == "3:2";
Returns true if the aspect ratio is 3:2.
bool get is3x2 => aspectRatioString == "3:2";