I18nVarious class

Internationalization (i18n) settings for various components.

Constructors

I18nVarious({String loadingDialogMsg = 'Please wait...', String closeEditorWarningTitle = 'Close Image Editor?', String closeEditorWarningMessage = 'Are you sure you want to close the Image Editor? Your changes will ' 'not be saved.', String closeEditorWarningConfirmBtn = 'OK', String closeEditorWarningCancelBtn = 'Cancel'})
Creates an instance of I18nVarious with customizable internationalization settings.
const

Properties

closeEditorWarningCancelBtn String
Text for the cancel button in the close editor warning dialog.
final
closeEditorWarningConfirmBtn String
Text for the confirmation button in the close editor warning dialog.
final
closeEditorWarningMessage String
Message for the close editor warning dialog.
final
closeEditorWarningTitle String
Title for the close editor warning dialog.
final
hashCode int
The hash code for this object.
no setterinherited
loadingDialogMsg String
Text for the loading dialog message.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? loadingDialogMsg, String? closeEditorWarningTitle, String? closeEditorWarningMessage, String? closeEditorWarningConfirmBtn, String? closeEditorWarningCancelBtn}) I18nVarious
Creates a copy of this I18nVarious object with the given fields replaced with new values.
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