PickersLangs constructor

PickersLangs({
  1. String loading = 'Processing',
  2. String preview = 'Preview',
  3. String reTake = 'reTake',
  4. String send = 'Send',
  5. String cancle = 'cancle',
  6. String setting = 'setting',
  7. String photo = 'photo',
  8. String video = 'video',
  9. String camera = 'Camera',
  10. String cropTitle = '',
  11. ChooseLimit? chooseLimit,
  12. Map<String, dynamic>? json,
})

Implementation

PickersLangs(
    {this.loading = 'Processing',
    this.preview = 'Preview',
    this.reTake = 'reTake',
    this.send = 'Send',
    this.cancle = 'cancle',
    this.setting = 'setting',
    this.photo = 'photo',
    this.video = 'video',
    this.camera = 'Camera',
    this.cropTitle = '',
    this.chooseLimit,
    Map<String, dynamic>? json});