average property
double
get
average
Implementation
double get average => (topLeft + topRight + bottomLeft + bottomRight) / 4;
double get average => (topLeft + topRight + bottomLeft + bottomRight) / 4;