isIdentity property

bool isIdentity

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

Implementation

bool get isIdentity => this == ScrollPhase.identity;