I18nLayerInteraction class
Internationalization (i18n) settings for layer interaction components.
This class provides customizable internationalization settings for various layer interaction actions such as removing, editing, and rotating/scaling layers. By supplying translations for these actions, you can ensure a consistent and user-friendly experience across different languages and regions.
Constructors
- I18nLayerInteraction({String remove = 'Remove', String edit = 'Edit', String rotateScale = 'Rotate and Scale'})
-
Creates an instance of I18nLayerInteraction with customizable
internationalization settings for layer interactions.
const
Properties
- edit → String
-
Text for the edit action.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- remove → String
-
Text for the remove action.
final
- rotateScale → String
-
Text for the rotate and scale action.
final
- 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