InputBarOption constructor

InputBarOption({
  1. bool? enableVoice = true,
  2. bool? enableSticker = true,
})

Implementation

InputBarOption({
  this.enableVoice = true,
  this.enableSticker = true,
});