defaultPopUp property
Notifies listeners of changes in the app's for the popUp
Implementation
ValueNotifier<List<Widget>> defaultPopUp = ValueNotifier([const SizedBox()]);
Notifies listeners of changes in the app's for the popUp
ValueNotifier<List<Widget>> defaultPopUp = ValueNotifier([const SizedBox()]);