parent
0632090f44
commit
562f4c99e9
3 changed files with 1 additions and 60 deletions
@ -1,43 +0,0 @@ |
||||
// import 'package:flutter/material.dart'; |
||||
|
||||
// import '../../widgets/toolbar/base_toolbar.dart'; |
||||
|
||||
<<<<<<< HEAD |
||||
// class QuillCustomButton extends QuillToolbarBaseButtonOptions { |
||||
// const QuillCustomButton({ |
||||
// this.icon, |
||||
// this.onTap, |
||||
// super.tooltip, |
||||
// this.child, |
||||
// super.iconTheme, |
||||
// }); |
||||
|
||||
// /// The icon widget |
||||
// final Widget? icon; |
||||
|
||||
// /// The function when the icon is tapped |
||||
// final VoidCallback? onTap; |
||||
|
||||
// /// The customButton placeholder |
||||
// final Widget? child; |
||||
// } |
||||
======= |
||||
class QuillCustomButton extends QuillToolbarBaseButtonOptions { |
||||
const QuillCustomButton({ |
||||
this.icon, |
||||
this.onTap, |
||||
super.tooltip, |
||||
this.child, |
||||
super.iconTheme, |
||||
}); |
||||
|
||||
/// The icon widget |
||||
final Widget? icon; |
||||
|
||||
/// The function when the icon is tapped |
||||
final VoidCallback? onTap; |
||||
|
||||
/// The customButton placeholder |
||||
final Widget? child; |
||||
} |
||||
>>>>>>> ad642da (Update QuillCustomButton) |
Loading…
Reference in new issue