isBottom property

  1. @override
bool get isBottom
override

Checks if this is the bottom element.

Implementation

@override
bool get isBottom => state == Nullability.bottom;