primarySectorsDecoration property

TimePickerSectorDecoration? primarySectorsDecoration
final

this optional decorator provides option which will get applied to the secondary Divider when enable if primarySectors is not defined then this setting are not needed when primarySectors is set, and secondaryDividerDecoration == null the dividers will use default values from TimePickerSectorDecoration Default Value: NULL

See also:

  • TimePickerClockSectorDecoration

Implementation

final TimePickerSectorDecoration? primarySectorsDecoration;