Text constructor
Text({
- String? hexColor,
- List<
Localization> ? localizations, - String? sourceLangCode,
- String? text,
Implementation
Text({
this.hexColor,
this.localizations,
this.sourceLangCode,
this.text,
});