PageBlockVoiceNote constructor

const PageBlockVoiceNote({
  1. VoiceNote? voiceNote,
  2. required PageBlockCaption caption,
})

A voice note

Implementation

const PageBlockVoiceNote({
  this.voiceNote,
  required this.caption,
});