onLoad property

FutureOr Function()? onLoad
final

Load callback. Triggered on load. The Footer current state is IndicatorMode.processing. More link IndicatorNotifier.onTask.

Implementation

final FutureOr Function()? onLoad;