MediaRecorderStyle constructor

MediaRecorderStyle({
  1. Color? pauseIconTint,
  2. Color? playIconTint,
  3. Color? closeIconTint,
  4. TextStyle? timerTextStyle,
  5. Color? submitIconTint,
  6. Color? startIconTint,
  7. Color? stopIconTint,
  8. Color? audioBarTint,
  9. double? width,
  10. double? height,
  11. Color? background,
  12. BoxBorder? border,
  13. double? borderRadius,
  14. Gradient? gradient,
})

Implementation

MediaRecorderStyle({
  this.pauseIconTint,
  this.playIconTint,
  this.closeIconTint,
  this.timerTextStyle,
  this.submitIconTint,
  this.startIconTint,
  this.stopIconTint,
  this.audioBarTint,
  super.width,
  super.height,
  super.background,
  super.border,
  super.borderRadius,
  super.gradient,
});