square constant

AspectRatioValue const square

Definition of square ratio which all sides length are equals (1:1).

Implementation

static const AspectRatioValue square = AspectRatioValue._(1, 1);