maxAxisLengthAbs property
double
get
maxAxisLengthAbs
Returns the larger view port axis (x,y) as an absolute value.
Implementation
double get maxAxisLengthAbs {
return maxAxisLength.abs();
}
Returns the larger view port axis (x,y) as an absolute value.
double get maxAxisLengthAbs {
return maxAxisLength.abs();
}