PageBlockVoiceNote constructor

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

Implementation

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