currentWidget property
Widget?
get
currentWidget
Gets the currently displayed widget (dialog or loading indicator)
Implementation
Widget? get currentWidget => _widget;
Gets the currently displayed widget (dialog or loading indicator)
Widget? get currentWidget => _widget;