progressNotifier property

ValueNotifier<String> progressNotifier
final

A notifier for reporting text updates for the current progress text in the dialog.

Implementation

final ValueNotifier<String> progressNotifier;