ParentState<T extends StateController<StateWidget<State<StatefulWidget>>>> constructor

const ParentState<T extends StateController<StateWidget<State<StatefulWidget>>>>({
  1. Key? key,
})

Implementation

const ParentState({Key? key}) : super(key: key);