PickersLangs constructor
PickersLangs({
- String loading = 'Processing',
- String preview = 'Preview',
- String reTake = 'reTake',
- String send = 'Send',
- String cancle = 'cancle',
- String setting = 'setting',
- String photo = 'photo',
- String video = 'video',
- String camera = 'Camera',
- String cropTitle = '',
- ChooseLimit? chooseLimit,
- 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});