maxAxisLength property

double maxAxisLength

Returns the larger view port axis (x,y).

Implementation

double get maxAxisLength {
  return Math.max(size.width, size.height);
}