IconsCropRotateEditor class

Customizable icons for the Crop/Rotate Editor component.

Constructors

IconsCropRotateEditor({IconData bottomNavBar = Icons.crop_rotate_rounded, IconData rotate = Icons.rotate_90_degrees_ccw_outlined, IconData aspectRatio = Icons.crop})
Creates an instance of IconsCropRotateEditor with customizable icon settings.
const

Properties

aspectRatio IconData
The icon for the aspect ratio action.
final
bottomNavBar IconData
The icon to be displayed in the bottom navigation bar.
final
hashCode int
The hash code for this object.
no setterinherited
rotate IconData
The icon for the rotate action.
final
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