GlobalStateNotifier constructor

GlobalStateNotifier({
  1. GlobalState? state,
})

Implementation

GlobalStateNotifier({GlobalState? state}) : _state = state ?? GlobalState();