LocalizationOptions class

Constructors

LocalizationOptions(LocalisationCode languageCode, {String ok = "Ok", String solid = "Simple", String gradient = "Dégradé", String cancel = "Cancel", String selectColor = "Select color", String linearGradient = "Linear gradient", String radialGradient = "Radial gradient", String sweepGradient = "Sweep gradient", String startingPoint = "Select starting point", String changeColor = "Color added. Click on colored disc to change color.", String endPoint = "Select end point"})

Properties

cancel String
final
changeColor String
final
endPoint String
final
gradient String
final
hashCode int
The hash code for this object.
no setterinherited
languageCode LocalisationCode
final
linearGradient String
final
ok String
final
radialGradient String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectColor String
final
solid String
final
startingPoint String
final
sweepGradient String
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