I18nPaintingEditor class

Internationalization (i18n) settings for the Painting Editor component.

Constructors

I18nPaintingEditor({String bottomNavigationBarText = 'Paint', String freestyle = 'Freestyle', String arrow = 'Arrow', String line = 'Line', String rectangle = 'Rectangle', String circle = 'Circle', String dashLine = 'Dash line', String lineWidth = 'Line width', String toggleFill = 'Toggle fill', String undo = 'Undo', String redo = 'Redo', String done = 'Done', String back = 'Back', String smallScreenMoreTooltip = 'More'})
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
bottomNavigationBarText String
Text for the bottom navigation bar item that opens the Painting Editor.
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
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
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