maxAxisLengthAbs property

double maxAxisLengthAbs

Returns the larger view port axis (x,y) as an absolute value.

Implementation

double get maxAxisLengthAbs {
  return maxAxisLength.abs();
}