helperStyle property

TextStyle? get helperStyle

Overrides the default value for InputDecoration.floatingLabelStyle.

This property is obsolete and will be deprecated in a future release: please use the InputDecorationThemeData.helperStyle property in data instead.

Implementation

TextStyle? get helperStyle => _data != null ? _data.helperStyle : _helperStyle;