isScrolledUnder property
Getter for whether this class considers MaterialState.scrolledUnder to be active.
Implementation
bool get isScrolledUnder => materialStates.contains(MaterialState.scrolledUnder);
Getter for whether this class considers MaterialState.scrolledUnder to be active.
bool get isScrolledUnder => materialStates.contains(MaterialState.scrolledUnder);