QuillSharedExtensionsConfigurations class

Configurations for Flutter Editor Extensions shared between toolbar and editor

Annotations

Constructors

QuillSharedExtensionsConfigurations({ImagePickerService? imagePickerService, ImageSaverService? imageSaverService, String assetsPrefix = 'assets'})
const
QuillSharedExtensionsConfigurations.get({required BuildContext context})
Get the instance from the widget tree in QuillSharedConfigurations if it doesn't exists, we will create new one with default options
factory

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 it
final
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

Constants

key → const String
The key to be used in the extraConfigurations property which can be found in the QuillSharedConfigurations