center property

double center

The value at the center of the range.

Implementation

double get center => min + (span / 2);