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