maintainHintSize property
final
Whether the input field's size should always be greater than or equal to the size of the hint or hintText, even if the hint or hintText are not visible.
The InputDecorator widget ignores hint and hintText during layout when they are not visible, if this flag is set to false.
Defaults to true.
Implementation
final bool maintainHintSize;