MiniController constructor

const MiniController({
  1. Key? key,
  2. required FlutterCastFramework castFramework,
  3. VoidCallback? onControllerTapped,
})

Implementation

const MiniController({
  Key? key,
  required this.castFramework,
  this.onControllerTapped,
}) : super(key: key);