format property

DateFormat? format
final

Allow manual editing of the date/time. Defaults to true. If false, the picker(s) will be shown every time the field gains focus. For representing the date as a string e.g. DateFormat("EEEE, MMMM d, yyyy 'at' h:mma") (Sunday, June 3, 2018 at 9:24pm)

Implementation

// final bool editable;

/// For representing the date as a string e.g.
/// `DateFormat("EEEE, MMMM d, yyyy 'at' h:mma")`
/// (Sunday, June 3, 2018 at 9:24pm)
final DateFormat? format;