is1x1 property
bool
get
is1x1
Returns true if the aspect ratio is 1:1.
Implementation
bool get is1x1 => aspectRatioString == "1:1";
Returns true if the aspect ratio is 1:1.
bool get is1x1 => aspectRatioString == "1:1";