isTopLeading property

bool isTopLeading

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

Implementation

bool get isTopLeading => this == ScrollPhase.topLeading;