QuillCustomButton constructor

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

Implementation

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