TextConfig constructor

TextConfig({
  1. String? loading,
  2. String? alertBack,
  3. String? selectDay,
  4. String? agree,
  5. String? confirm,
  6. String? cancel,
})

Implementation

TextConfig({
  this.loading,
  this.alertBack,
  this.selectDay,
  this.agree,
  this.confirm,
  this.cancel
});