I18nCropRotateEditor class

Internationalization (i18n) settings for the Crop and Rotate Editor component.

Constructors

I18nCropRotateEditor({String bottomNavigationBarText = 'Crop/ Rotate', String rotate = 'Rotate', String flip = 'Flip', String ratio = 'Ratio', String back = 'Back', String done = 'Done', String cancel = 'Cancel', String undo = 'Undo', String redo = 'Redo', String smallScreenMoreTooltip = 'More', String reset = 'Reset'})
Creates an instance of I18nCropRotateEditor with customizable internationalization settings.
const

Properties

back String
Text for the "Back" button.
final
bottomNavigationBarText String
Text for the bottom navigation bar item that opens the Crop and Rotate Editor.
final
cancel String
Text for the "Cancel" button. Only available when the theme is set to WhatsApp.
final
done String
Text for the "Done" button.
final
flip String
Text for the "Flip" tooltip.
final
hashCode int
The hash code for this object.
no setterinherited
ratio String
Text for the "Ratio" tooltip.
final
redo String
Text for the "Redo" button.
final
reset String
Text for the "Reset" button.
final
rotate String
Text for the "Rotate" tooltip.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
smallScreenMoreTooltip String
The tooltip text displayed for the "More" option on small screens.
final
undo String
Text for the "Undo" button.
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