ImageButton constructor
const
ImageButton({
- required IconData icon,
- required QuillController controller,
- double iconSize = kDefaultIconSize,
- OnImagePickCallback? onImagePickCallback,
- Color? fillColor,
- FilePickImpl? filePickImpl,
- WebImagePickImpl? webImagePickImpl,
- MediaPickSettingSelector? mediaPickSettingSelector,
- QuillIconTheme? iconTheme,
- QuillDialogTheme? dialogTheme,
- Key? key,
Implementation
const ImageButton({
required this.icon,
required this.controller,
this.iconSize = kDefaultIconSize,
this.onImagePickCallback,
this.fillColor,
this.filePickImpl,
this.webImagePickImpl,
this.mediaPickSettingSelector,
this.iconTheme,
this.dialogTheme,
Key? key,
}) : super(key: key);