CustomWidgetsCropRotateEditor class

Inheritance

Constructors

CustomWidgetsCropRotateEditor({ReactiveCustomAppbar? appBar(CropRotateEditorState editorState, Stream rebuildStream)?, ReactiveCustomWidget<Widget>? bottomBar(CropRotateEditorState editorState, Stream rebuildStream)?, List<ReactiveCustomWidget<Widget>> bodyItems(CropRotateEditorState editorState, Stream rebuildStream)?, CropEditorAspectRatioOptions<CropRotateEditorState>? aspectRatioOptions})
const

Properties

appBar → (ReactiveCustomAppbar? Function(CropRotateEditorState editorState, Stream rebuildStream)?)
A custom app bar widget.
finalinherited
aspectRatioOptions CropEditorAspectRatioOptions<CropRotateEditorState>?
A widget for selecting aspect ratio options in the crop editor.
final
bodyItems → (List<ReactiveCustomWidget<Widget>> Function(CropRotateEditorState editorState, Stream rebuildStream)?)
Add custom widgets at a specific position inside the body.
finalinherited
bottomBar → (ReactiveCustomWidget<Widget>? Function(CropRotateEditorState 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

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