VoiceMessageConfiguration constructor

const VoiceMessageConfiguration({
  1. PlayerWaveStyle? playerWaveStyle,
  2. EdgeInsets padding = const EdgeInsets.symmetric(horizontal: 8),
  3. EdgeInsets? margin,
  4. BoxDecoration? decoration,
  5. Curve? animationCurve,
  6. Duration? animationDuration,
  7. Icon? pauseIcon,
  8. Icon? playIcon,
  9. EdgeInsets? waveformMargin,
  10. EdgeInsets? waveformPadding,
  11. bool enableSeekGesture = true,
})

Implementation

const VoiceMessageConfiguration({
  this.playerWaveStyle,
  this.padding = const EdgeInsets.symmetric(horizontal: 8),
  this.margin,
  this.decoration,
  this.animationCurve,
  this.animationDuration,
  this.pauseIcon,
  this.playIcon,
  this.waveformMargin,
  this.waveformPadding,
  this.enableSeekGesture = true,
});