function property

Future<T> Function(BuildContext context, dynamic updateMessage(Widget message)) function
final

Function to be executed, the dialog will be visible until it finishes the execution.

Implementation

final Future<T> Function(
    BuildContext context, Function(Widget message) updateMessage) function;