EditorIconConfig class

Constructors

EditorIconConfig.new({Widget closeIcon = const Icon(Icons.close), Widget checkIcon = const Icon(Icons.check), Widget backIcon = const Icon(Icons.arrow_back), Widget nextIcon = const Icon(Icons.arrow_forward), Widget undoIcon = const Icon(Icons.undo), Widget redoIcon = const Icon(Icons.redo), Widget deleteIcon = const Icon(Icons.delete), Widget duplicateIcon = const Icon(Icons.add), Widget rotateIcon = const Icon(Icons.rotate_right), Widget editIcon = const Icon(Icons.edit), Widget dragIcon = const Icon(Icons.drag_handle), Widget searchIcon = const Icon(Icons.search), Widget originalIcon = const Icon(Icons.image), Widget freeIcon = const Icon(Icons.crop_free), Widget squareIcon = const Icon(Icons.crop_square), Widget ratio32Icon = const Icon(Icons.crop_16_9), Widget ratio169Icon = const Icon(Icons.crop_square), Widget ratio43Icon = const Icon(Icons.crop_square), Widget historyBackIcon = const Icon(Icons.arrow_back_outlined), Widget historyForwardIcon = const Icon(Icons.next_plan_outlined)})
const

Properties

backIcon Widget
final
checkIcon Widget
final
closeIcon Widget
final
deleteIcon Widget
final
dragIcon Widget
final
duplicateIcon Widget
final
editIcon Widget
final
freeIcon Widget
final
hashCode int
The hash code for this object.
no setterinherited
historyBackIcon Widget
final
historyForwardIcon Widget
final
nextIcon Widget
final
originalIcon Widget
final
ratio169Icon Widget
final
ratio32Icon Widget
final
ratio43Icon Widget
final
redoIcon Widget
final
rotateIcon Widget
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchIcon Widget
final
squareIcon Widget
final
undoIcon Widget
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