QuillCustomButton constructor

const QuillCustomButton({
  1. IconData? icon,
  2. VoidCallback? onTap,
  3. String? tooltip,
})

Implementation

const QuillCustomButton({
  this.icon,
  this.onTap,
  this.tooltip,
});