VideoButton constructor
const
VideoButton({
- required IconData icon,
- required QuillController controller,
- double iconSize = kDefaultIconSize,
- OnVideoPickCallback? onVideoPickCallback,
- Color? fillColor,
- FilePickImpl? filePickImpl,
- WebVideoPickImpl? webVideoPickImpl,
- MediaPickSettingSelector? mediaPickSettingSelector,
- QuillIconTheme? iconTheme,
- QuillDialogTheme? dialogTheme,
- Key? key,
Implementation
const VideoButton({
required this.icon,
required this.controller,
this.iconSize = kDefaultIconSize,
this.onVideoPickCallback,
this.fillColor,
this.filePickImpl,
this.webVideoPickImpl,
this.mediaPickSettingSelector,
this.iconTheme,
this.dialogTheme,
Key? key,
}) : super(key: key);