Represents an empty widget used as a placeholder in reactive contexts.
Alias for SizedBox, typically returned when no UI should be rendered.
typedef Nothing = SizedBox;