ExpandedControls constructor
ExpandedControls({
- required FlutterCastFramework castFramework,
- String? castingToText,
- String? skipAdTimerText,
- String? skipAdButtonText,
- String adInfoBoxText = "Ad in progress...",
- VoidCallback? onCloseRequested,
Implementation
ExpandedControls({
required this.castFramework,
this.castingToText,
this.skipAdTimerText,
this.skipAdButtonText,
this.adInfoBoxText = "Ad in progress...",
this.onCloseRequested,
});