errorStyle property
Overrides the default value for InputDecoration.errorStyle.
This property is obsolete and will be deprecated in a future release: please use the InputDecorationThemeData.errorStyle property in data instead.
Implementation
TextStyle? get errorStyle => _data != null ? _data.errorStyle : _errorStyle;