UptimeTrackerProps constructor
const
UptimeTrackerProps({})
Implementation
const UptimeTrackerProps({
required this.days,
this.barHeight = 32,
this.barWidth = 4,
this.gap = 2,
this.showDates = false,
this.showPercentage = true,
});