CustomWidgetsTextEditor class

Inheritance

Constructors

CustomWidgetsTextEditor({ReactiveCustomAppbar? appBar(TextEditorState editorState, Stream rebuildStream)?, ReactiveCustomWidget<Widget>? bottomBar(TextEditorState editorState, Stream rebuildStream)?, List<ReactiveCustomWidget<Widget>> bodyItems(TextEditorState editorState, Stream rebuildStream)?, CustomColorPicker<TextEditorState>? colorPicker, CustomSlider<TextEditorState>? sliderFontSize, Widget fontSizeCloseButton(TextEditorState editorState, dynamic tap())?})
const

Properties

appBar → (ReactiveCustomAppbar? Function(TextEditorState editorState, Stream rebuildStream)?)
A custom app bar widget.
finalinherited
bodyItems → (List<ReactiveCustomWidget<Widget>> Function(TextEditorState editorState, Stream rebuildStream)?)
Add custom widgets at a specific position inside the body.
finalinherited
bottomBar → (ReactiveCustomWidget<Widget>? Function(TextEditorState editorState, Stream rebuildStream)?)
A custom bottom bar widget.
finalinherited
colorPicker CustomColorPicker<TextEditorState>?
A custom color picker widget for the text editor.
final
fontSizeCloseButton → (Widget Function(TextEditorState editorState, dynamic tap())?)
Custom close button to close the font-size bottom sheet.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sliderFontSize CustomSlider<TextEditorState>?
A custom slider widget for the font-size.
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