I18nBlurEditor class
Internationalization (i18n) settings for the Blur Editor component.
Constructors
- I18nBlurEditor.new({String back = '', String done = ''})
-
Creates an instance of I18nBlurEditor with customizable internationalization settings.
const
Properties
- back → String
-
Text for the "Back" button in the Blur Editor.
final
-
Text for the bottom navigation bar item that opens the Blur Editor.
final
- done → String
-
Text for the "Done" button in the Blur Editor.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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