isDragged property

bool isDragged

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

Implementation

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