ClueTimePeriodButton constructor
const
ClueTimePeriodButton({})
Creates a ClueTimePeriodButton.
initValue
is the initial time value.
onChanged
is the callback function when the time changes.
borderColor
is the border color of the dropdown buttons.
timePeriodStatus
is the status of the time period.
Implementation
const ClueTimePeriodButton({
super.key,
required this.initValue,
required this.onChanged,
this.borderColor,
required this.timePeriodStatus,
});