DatePickerLayout

constructor(yearWeight: Float?, monthWeight: Float?, dayWeight: Float?, columnOrder: ImmutableList<DatePickerColumn> = persistentListOf( DatePickerColumn.YEAR, DatePickerColumn.MONTH, DatePickerColumn.DAY ))

Parameters

yearWeight

The year column weight.

monthWeight

The month column weight.

dayWeight

The day column weight.

columnOrder

The visual column order. Must contain every DatePickerColumn exactly once.