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