I18nPaintingEditor class
Internationalization (i18n) settings for the Painting Editor component.
Constructors
- I18nPaintingEditor.new({String moveAndZoom = '', String freestyle = '', String arrow = '', String line = '', String rectangle = '', String circle = '', String dashLine = '', String lineWidth = '', String eraser = '', String toggleFill = '', String changeOpacity = '', String undo = '', String redo = '', String done = '', String back = '', String smallScreenMoreTooltip = ''})
-
Creates an instance of I18nPaintingEditor with customizable internationalization settings.
const
Properties
- arrow → String
-
Text for the "Arrow" painting mode.
final
- back → String
-
Text for the "Back" button.
final
-
Text for the bottom navigation bar item that opens the Painting Editor.
final
- changeOpacity → String
-
Text for the "Change opacity" tooltip.
final
- circle → String
-
Text for the "Circle" painting mode.
final
- dashLine → String
-
Text for the "Dash line" painting mode.
final
- done → String
-
Text for the "Done" button.
final
- eraser → String
-
Text for the "Eraser" painting mode.
final
- freestyle → String
-
Text for the "Freestyle" painting mode.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- line → String
-
Text for the "Line" painting mode.
final
- lineWidth → String
-
Text for the "Line width" tooltip.
final
- moveAndZoom → String
-
The text used for moving and zooming within the editor.
final
- rectangle → String
-
Text for the "Rectangle" painting mode.
final
- redo → String
-
Text for the "Redo" button.
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
- toggleFill → String
-
Text for the "Toggle fill" tooltip.
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