months property

int months
final

Moves the thumbs based on months.

For example, if min is DateTime(2000, 01, 01) and max is DateTime(2000, 10, 01) and SliderDuration(months: 3) then the thumb will get moved at DateTime(2000, 01, 01), DateTime(2000, 04, 01), DateTime(2000, 07, 01), and DateTime(2000, 10, 01).

Implementation

final int months;