CustomWidgetsPaintEditor class

Inheritance

Constructors

CustomWidgetsPaintEditor({ReactiveCustomAppbar? appBar(PaintingEditorState editorState, Stream rebuildStream)?, ReactiveCustomWidget<Widget>? bottomBar(PaintingEditorState editorState, Stream rebuildStream)?, List<ReactiveCustomWidget<Widget>> bodyItems(PaintingEditorState editorState, Stream rebuildStream)?, Widget lineWidthCloseButton(PaintingEditorState editorState, dynamic tap())?, Widget changeOpacityCloseButton(PaintingEditorState editorState, dynamic tap())?, CustomSlider<PaintingEditorState>? sliderLineWidth, CustomSlider<PaintingEditorState>? sliderChangeOpacity, CustomColorPicker<PaintingEditorState>? colorPicker})
const

Properties

appBar ReactiveCustomAppbar? Function(PaintingEditorState editorState, Stream rebuildStream)?
A custom app bar widget.
finalinherited
bodyItems List<ReactiveCustomWidget<Widget>> Function(PaintingEditorState editorState, Stream rebuildStream)?
Add custom widgets at a specific position inside the body.
finalinherited
bottomBar ReactiveCustomWidget<Widget>? Function(PaintingEditorState editorState, Stream rebuildStream)?
A custom bottom bar widget.
finalinherited
changeOpacityCloseButton Widget Function(PaintingEditorState editorState, dynamic tap())?
Custom close button in the paint-editor to close the change-opacity bottom sheet.
final
colorPicker CustomColorPicker<PaintingEditorState>?
A custom color picker widget for the paint editor.
final
hashCode int
The hash code for this object.
no setterinherited
lineWidthCloseButton Widget Function(PaintingEditorState editorState, dynamic tap())?
Custom close button in the paint-editor to close the line-width bottom sheet.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sliderChangeOpacity CustomSlider<PaintingEditorState>?
A custom slider widget to change the line width in the paint editor.
final
sliderLineWidth CustomSlider<PaintingEditorState>?
A custom slider widget for the line width in the paint 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