I18nCropRotateEditor class

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

Constructors

I18nCropRotateEditor({String bottomNavigationBarText = 'Crop/ Rotate', String rotate = 'Rotate', String ratio = 'Ratio', String back = 'Back', String done = 'Done', String cancel = 'Cancel', String prepareImageDialogMsg = 'Please wait', String applyChangesDialogMsg = 'Please wait', String smallScreenMoreTooltip = 'More', String reset = 'Reset'})
Creates an instance of I18nCropRotateEditor with customizable internationalization settings.
const

Properties

applyChangesDialogMsg String
Text for the message displayed during the application of changes.
final
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
hashCode int
The hash code for this object.
no setterinherited
prepareImageDialogMsg String
Text for the message displayed when preparing the image.
final
ratio String
Text for the "Ratio" tooltip.
final
reset String
Text for the "Reset" button. Only available when the theme is set to WhatsApp.
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

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