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