ifFalse property

StacWidget? ifFalse
final

The widget to render when condition evaluates to false. If null, the parser will render an empty widget.

Implementation

final StacWidget? ifFalse;