ExpandedControlsToolbar constructor Null safety
- {required FlutterCastFramework castFramework,
- String title = "",
- String subtitle = "",
- VoidCallback? onBackTapped,
- Key? key}
Implementation
const ExpandedControlsToolbar({
required this.castFramework,
this.title = "",
this.subtitle = "",
this.onBackTapped,
Key? key,
}) : super(key: key);