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