isDragged property

bool get isDragged

Getter for whether this class considers MaterialState.dragged to be active.

Implementation

bool get isDragged => materialStates.contains(MaterialState.dragged);