MiniController constructor Null safety
- {Key? key,
- required FlutterCastFramework castFramework,
- VoidCallback? onControllerTapped}
Implementation
const MiniController({
Key? key,
required this.castFramework,
this.onControllerTapped,
}) : super(key: key);