suffixStyle property

TextStyle? get suffixStyle

Overrides the default value for InputDecoration.suffixStyle.

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

Implementation

TextStyle? get suffixStyle => _data != null ? _data.suffixStyle : _suffixStyle;