defaultPopUp property

ValueNotifier<List<Widget>> defaultPopUp
getter/setter pair

Notifies listeners of changes in the app's for the popUp

Implementation

ValueNotifier<List<Widget>> defaultPopUp = ValueNotifier([const SizedBox()]);