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