VoiceWidget constructor
const
VoiceWidget({
- Key? key,
- Function? startRecord,
- Function? stopRecord,
- double? height,
- Decoration? decoration,
- EdgeInsets? margin,
startRecord 开始录制回调 stopRecord回调
Implementation
const VoiceWidget(
{Key? key,
this.startRecord,
this.stopRecord,
this.height,
this.decoration,
this.margin})
: super(key: key);