QuillSharedExtensionsConfigurations class
Configurations for Flutter Editor Extensions shared between toolbar and editor
- Annotations
Constructors
-
const
-
Get the instance from the widget tree in
QuillSharedConfigurations
if it doesn't exists, we will create new one with default optionsfactory
Properties
- assetsPrefix → String
-
The property assetsPrefix should be the start of your assets folder
by default it to
assets
and the reason why we need to know itfinal - hashCode → int
-
The hash code for this object.
no setterinherited
- imagePickerService → ImagePickerService
-
A getter method which returns the ImagePickerService that is provided
by the developer, if it can't be found then we will use default impl
no setter
- imageSaverService → ImageSaverService
-
A getter method which returns the ImageSaverService that is provided
by the developer, if it can't be found then we will use default impl
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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