collapsedSize property
The size that this EdgeInsets would occupy with an empty interior.
Implementation
Size get collapsedSize => Size(horizontal, vertical);
The size that this EdgeInsets would occupy with an empty interior.
Size get collapsedSize => Size(horizontal, vertical);