ExpandedControls constructor

ExpandedControls({
  1. required FlutterCastFramework castFramework,
  2. String? castingToText,
  3. String? skipAdTimerText,
  4. String? skipAdButtonText,
  5. String adInfoBoxText = "Ad in progress...",
  6. VoidCallback? onCloseRequested,
})

Implementation

ExpandedControls({
  required this.castFramework,
  this.castingToText,
  this.skipAdTimerText,
  this.skipAdButtonText,
  this.adInfoBoxText = "Ad in progress...",
  this.onCloseRequested,
});