CustomWidgetsBlurEditor class

Inheritance

Constructors

CustomWidgetsBlurEditor({ReactiveCustomAppbar? appBar(BlurEditorState editorState, Stream rebuildStream)?, ReactiveCustomWidget<Widget>? bottomBar(BlurEditorState editorState, Stream rebuildStream)?, List<ReactiveCustomWidget<Widget>> bodyItems(BlurEditorState editorState, Stream rebuildStream)?, CustomSlider<BlurEditorState>? slider})
const

Properties

appBar → (ReactiveCustomAppbar? Function(BlurEditorState editorState, Stream rebuildStream)?)
A custom app bar widget.
finalinherited
bodyItems → (List<ReactiveCustomWidget<Widget>> Function(BlurEditorState editorState, Stream rebuildStream)?)
Add custom widgets at a specific position inside the body.
finalinherited
bottomBar → (ReactiveCustomWidget<Widget>? Function(BlurEditorState editorState, Stream rebuildStream)?)
A custom bottom bar widget.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
slider CustomSlider<BlurEditorState>?
A custom slider widget for the blur editor.
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