selectDatePlaceHolderMsg property
Gets the i18n'ed "Select a date" placeholder text.
Implementation
@Input()
String selectDatePlaceHolderMsg = Intl.message('Select a date',
name: 'selectDatePlaceHolderMsg',
desc: 'Placeholder text for datepicker with an empty date.');