SearchButton constructor
const
SearchButton({
- required IconData icon,
- required QuillController controller,
- double iconSize = kDefaultIconSize,
- Color? fillColor,
- QuillIconTheme? iconTheme,
- QuillDialogTheme? dialogTheme,
- VoidCallback? afterButtonPressed,
- String? tooltip,
- Key? key,
Implementation
const SearchButton({
required this.icon,
required this.controller,
this.iconSize = kDefaultIconSize,
this.fillColor,
this.iconTheme,
this.dialogTheme,
this.afterButtonPressed,
this.tooltip,
Key? key,
}) : super(key: key);