Text constructor

Text({
  1. String? hexColor,
  2. List<Localization>? localizations,
  3. String? sourceLangCode,
  4. String? text,
})

Implementation

Text({
  this.hexColor,
  this.localizations,
  this.sourceLangCode,
  this.text,
});