isBottomTrailing property

bool isBottomTrailing

A convenience method that returns true if the phase is ScrollPhase.bottomTrailing.

Implementation

bool get isBottomTrailing => this == ScrollPhase.bottomTrailing;