isDragged property Null safety
Getter for whether this class considers MaterialState.dragged to be active.
Implementation
bool get isDragged => materialStates.contains(MaterialState.dragged);
Getter for whether this class considers MaterialState.dragged to be active.
bool get isDragged => materialStates.contains(MaterialState.dragged);