errorColor property

Color errorColor

shortcut for Theme.of(context).errorColor

Implementation

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