isBottom property

  1. @override
bool get isBottom
override

Checks if this is the bottom element.

Implementation

@override
bool get isBottom => min != null && max != null && min! > max!;