PageBlockVoiceNote constructor
const
PageBlockVoiceNote({
- VoiceNote? voiceNote,
- required PageBlockCaption caption,
A voice note
Implementation
const PageBlockVoiceNote({
this.voiceNote,
required this.caption,
});