FdcCommonTranslations constructor
const
FdcCommonTranslations({
- String ok = 'OK',
- String yes = 'Yes',
- String no = 'No',
- String cancel = 'Cancel',
- String apply = 'Apply',
- String clear = 'Clear',
- String search = 'Search',
- String all = 'All',
- String delete = 'Delete',
- String close = 'Close',
- String pickDate = 'Pick date',
- String lookup = 'Lookup',
- String noResults = 'No results',
Creates common translations.
Implementation
const FdcCommonTranslations({
this.ok = 'OK',
this.yes = 'Yes',
this.no = 'No',
this.cancel = 'Cancel',
this.apply = 'Apply',
this.clear = 'Clear',
this.search = 'Search',
this.all = 'All',
this.delete = 'Delete',
this.close = 'Close',
this.pickDate = 'Pick date',
this.lookup = 'Lookup',
this.noResults = 'No results',
});