focus property

Color focus
return Theme.of(context).focusColor

Implementation

Color get focus => Theme.of(_context).focusColor;