TodayProgressIndicator constructor
const
TodayProgressIndicator({
- Key? key,
- required List<
TodayProgressIndicatorItem> items, - bool withDivider = true,
- Color bgColor = Colors.white,
Implementation
const TodayProgressIndicator({
super.key,
required this.items,
this.withDivider = true,
this.bgColor = Colors.white,
});