Nothing typedef

Nothing = SizedBox

Represents an empty widget used as a placeholder in reactive contexts.

Alias for SizedBox, typically returned when no UI should be rendered.

Implementation

typedef Nothing = SizedBox;