defaultCase property

Widget Function()? defaultCase
final

A fallback builder used when no case matches the current status.

If null, a SizedBox (empty widget) is shown.

Implementation

final Widget Function()? defaultCase;