collapsedSize property

Size collapsedSize

The size that this EdgeInsets would occupy with an empty interior.

Implementation

Size get collapsedSize => Size(horizontal, vertical);