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