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