ifFalse property
The widget to render when condition evaluates to false. If null, the parser will render an empty widget.
Implementation
final StacWidget? ifFalse;
The widget to render when condition evaluates to false. If null, the parser will render an empty widget.
final StacWidget? ifFalse;