fieldOrder property

List<DatePickerField>? fieldOrder
final

The order of the fields.

If null, the order is based on the current locale.

See also:

Implementation

final List<DatePickerField>? fieldOrder;