VoiceMessageConfiguration constructor
const
VoiceMessageConfiguration({
- PlayerWaveStyle? playerWaveStyle,
- EdgeInsets padding = const EdgeInsets.symmetric(horizontal: 8),
- EdgeInsets? margin,
- BoxDecoration? decoration,
- Curve? animationCurve,
- Duration? animationDuration,
- Icon? pauseIcon,
- Icon? playIcon,
- EdgeInsets? waveformMargin,
- EdgeInsets? waveformPadding,
- 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,
});