message property

Widget message
final

Standard widget used by the showAwaitDialog method.

Initial message to be displayed in the dialog, it can be changed as needed using the updateMessage method passed by parameter in the function being executed.

Implementation

final Widget message;