dateFormat property

DateFormat? dateFormat
final

This is the format the widget will use for dates.

Any valid format from the intl package is usable. If null, this will default to 'MM/dd/yyyy'.

Implementation

final DateFormat? dateFormat;