QuillToolbarVideoConfigurations constructor

const QuillToolbarVideoConfigurations({
  1. OnRequestPickVideo? onRequestPickVideo,
  2. OnVideoInsertedCallback? onVideoInsertedCallback,
  3. OnVideoInsertCallback? onVideoInsertCallback,
})

Implementation

const QuillToolbarVideoConfigurations({
  this.onRequestPickVideo,
  this.onVideoInsertedCallback,
  OnVideoInsertCallback? onVideoInsertCallback,
}) : _onVideoInsertCallback = onVideoInsertCallback;