submitLoader property

Widget? submitLoader
final

Overrides the loader displayed while a submit is in flight.

When null, falls back to FluttyStateConfig.defaultSubmitLoader from the nearest ancestor, then to the default LinearProgressIndicator/ModalBarrier combo.

Implementation

final Widget? submitLoader;