empty top-level constant

SizedBox const empty

A reusable empty widget that takes up no space. Used as a default fallback when no content should be rendered.

Implementation

const empty = SizedBox.shrink();