LocalizeText constructor

LocalizeText(
  1. String? en,
  2. String? th
)

Implementation

LocalizeText(this.en, this.th);