isFocused property

bool isFocused

Whether or not the widget's MaterialState's include the isFocused state

Implementation

bool get isFocused => _materialStates.isFocused;