elseShow property

Widget elseShow
final

The fallback widget shown when showIf returns false.

Defaults to Nothing, which is an alias for SizedBox.

Implementation

final Widget elseShow;