floatingLabelStyle property

TextStyle? get floatingLabelStyle

Overrides the default value for InputDecoration.floatingLabelStyle.

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

Implementation

TextStyle? get floatingLabelStyle =>
    _data != null ? _data.floatingLabelStyle : _floatingLabelStyle;