BasicWidget<T extends State<StatefulWidget> > constructor
const
BasicWidget<T extends State<StatefulWidget> > ({
- Key? key,
- required LiveController liveController,
Dependency injection currently uses the constructor injection, which can be optimized later
Implementation
const BasicWidget({super.key, required this.liveController});