FlickSoundToggle constructor

const FlickSoundToggle({
  1. Key? key,
  2. Widget? muteChild,
  3. Widget? unmuteChild,
  4. Function? toggleMute,
  5. double? size,
  6. Color? color,
  7. EdgeInsetsGeometry? padding,
  8. Decoration? decoration,
})

Implementation

const FlickSoundToggle({
  Key? key,
  this.muteChild,
  this.unmuteChild,
  this.toggleMute,
  this.size,
  this.color,
  this.padding,
  this.decoration,
}) : super(key: key);