helperMaxLines property

int? get helperMaxLines

Overrides the default value for InputDecoration.helperMaxLines.

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

Implementation

int? get helperMaxLines => _data != null ? _data.helperMaxLines : _helperMaxLines;