Checks if this is the bottom element.
@override bool get isBottom => min != null && max != null && min! > max!;