is1x1 property

bool get is1x1

Returns true if the aspect ratio is 1:1.

Implementation

bool get is1x1 => aspectRatioString == "1:1";