PopupValueNotifier constructor

PopupValueNotifier(
  1. PopupState state
)

Implementation

PopupValueNotifier(super.state)
    : status = state.orginItems.map((e) => false).toList();