CustomWidgetsFilterEditor class

Inheritance

Constructors

CustomWidgetsFilterEditor({ReactiveCustomAppbar? appBar(FilterEditorState editorState, Stream rebuildStream)?, ReactiveCustomWidget<Widget>? bottomBar(FilterEditorState editorState, Stream rebuildStream)?, List<ReactiveCustomWidget<Widget>> bodyItems(FilterEditorState editorState, Stream rebuildStream)?, CustomSlider<FilterEditorState>? slider, Widget filterButton(FilterModel filter, bool isSelected, double? scaleFactor, dynamic onSelectFilter(), Widget editorImage, Key filterKey)?})
const

Properties

appBar → (ReactiveCustomAppbar? Function(FilterEditorState editorState, Stream rebuildStream)?)
A custom app bar widget.
finalinherited
bodyItems → (List<ReactiveCustomWidget<Widget>> Function(FilterEditorState editorState, Stream rebuildStream)?)
Add custom widgets at a specific position inside the body.
finalinherited
bottomBar → (ReactiveCustomWidget<Widget>? Function(FilterEditorState editorState, Stream rebuildStream)?)
A custom bottom bar widget.
finalinherited
filterButton → (Widget Function(FilterModel filter, bool isSelected, double? scaleFactor, dynamic onSelectFilter(), Widget editorImage, Key filterKey)?)
Creating a widget that represents a filter button in an editor.
final
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<FilterEditorState>?
A custom slider widget for the filter 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