LocalizationOptions constructor
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",
Implementation
LocalizationOptions(this.languageCode,
{this.ok = "Ok",
this.solid = "Simple",
this.gradient = "Dégradé",
this.cancel = "Cancel",
this.selectColor = "Select color",
this.linearGradient = "Linear gradient",
this.radialGradient = "Radial gradient",
this.sweepGradient = "Sweep gradient",
this.startingPoint = "Select starting point",
this.changeColor = "Color added. Click on colored disc to change color.",
this.endPoint = "Select end point"});