focusColor property

Color focusColor

shortcut for Theme.of(context).focusColor

Implementation

Color get focusColor => Theme.of(this).focusColor;