QuillToolbarVideoConfigurations constructor
const
QuillToolbarVideoConfigurations({
- OnRequestPickVideo? onRequestPickVideo,
- OnVideoInsertedCallback? onVideoInsertedCallback,
- OnVideoInsertCallback? onVideoInsertCallback,
Implementation
const QuillToolbarVideoConfigurations({
this.onRequestPickVideo,
this.onVideoInsertedCallback,
OnVideoInsertCallback? onVideoInsertCallback,
}) : _onVideoInsertCallback = onVideoInsertCallback;