QuillEditorVideoEmbedConfigurations class

Annotations

Constructors

QuillEditorVideoEmbedConfigurations({void onVideoInit(GlobalKey<State<StatefulWidget>> videoContainerKey)?, YoutubeVideoSupportMode youtubeVideoSupportMode = YoutubeVideoSupportMode.iframeView})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
onVideoInit → (void Function(GlobalKey<State<StatefulWidget>> videoContainerKey)?)
onVideoInit is a callback function that gets triggered when a video is initialized. You can use this to perform actions or setup configurations related to video embedding.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
youtubeVideoSupportMode YoutubeVideoSupportMode
Specifies how YouTube videos should be loaded if the video URL is YouTube video.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited