isCollapsed property
final
Whether the decoration is the same size as the input field.
A collapsed decoration cannot have labelText, errorText, counter, icon, prefixes, and suffixes.
To create a collapsed input decoration, use InputDecoration.collapsed.
Implementation
final bool? isCollapsed;