I18nTuneEditor class
Internationalization (i18n) settings for the Tune Editor component.
Constructors
- I18nTuneEditor({String back = 'Back', String done = 'Done', String brightness = 'Brightness', String contrast = 'Contrast', String saturation = 'Saturation', String exposure = 'Exposure', String hue = 'Hue', String temperature = 'Temperature', String sharpness = 'Sharpness', String fade = 'Fade', String luminance = 'Luminance', String undo = 'Undo', String redo = 'Redo'})
-
Creates an instance of I18nTuneEditor with customizable text
for various UI elements in the Tune Editor.
const
Properties
- back → String
-
Text for the "Back" button in the Tune Editor.
final
-
Text for the bottom navigation bar item that opens the Tune Editor.
final
- brightness → String
-
Text for the "Brightness" adjustment control.
final
- contrast → String
-
Text for the "Contrast" adjustment control.
final
- done → String
-
Text for the "Done" button in the Tune Editor.
final
- exposure → String
-
Text for the "Exposure" adjustment control.
final
- fade → String
-
Text for the "Fade" adjustment control.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- hue → String
-
Text for the "Hue" adjustment control.
final
- luminance → String
-
Text for the "Luminance" adjustment control.
final
- redo → String
-
Text for the "Redo" button.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- saturation → String
-
Text for the "Saturation" adjustment control.
final
-
Text for the "Sharpness" adjustment control.
final
- temperature → String
-
Text for the "Temperature" adjustment control.
final
- undo → String
-
Text for the "Undo" button.
final
Methods
-
copyWith(
{String? back, String? done, String? undo, String? redo, String? brightness, String? contrast, String? saturation, String? exposure, String? hue, String? temperature, String? sharpness, String? fade, String? luminance}) → I18nTuneEditor - Creates a copy of this I18nTuneEditor 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