AltchaAudioButtonWidget constructor

const AltchaAudioButtonWidget({
  1. Key? key,
  2. required Uri url,
  3. void log(
    1. String message
    )?,
})

Implementation

const AltchaAudioButtonWidget({
  super.key,
  required this.url,
  this.log,
});