CustomWidgetsStandaloneEditor<EditorState> class abstract

Implementers

Constructors

CustomWidgetsStandaloneEditor({ReactiveCustomAppbar? appBar(EditorState editorState, Stream rebuildStream)?, ReactiveCustomWidget<Widget>? bottomBar(EditorState editorState, Stream rebuildStream)?, List<ReactiveCustomWidget<Widget>> bodyItems(EditorState editorState, Stream rebuildStream)?})
const

Properties

appBar → (ReactiveCustomAppbar? Function(EditorState editorState, Stream rebuildStream)?)
A custom app bar widget.
final
bodyItems → (List<ReactiveCustomWidget<Widget>> Function(EditorState editorState, Stream rebuildStream)?)
Add custom widgets at a specific position inside the body.
final
bottomBar → (ReactiveCustomWidget<Widget>? Function(EditorState editorState, Stream rebuildStream)?)
A custom bottom bar widget.
final
hashCode int
The hash code for this object.
no setterinherited
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