TodayStatusIcon constructor
const
TodayStatusIcon(
- TodaySvgIcon icon, {
- Key? key,
- double scale = 1,
- bool hasShadow = true,
Implementation
const TodayStatusIcon(
this.icon, {
super.key,
this.scale = 1,
this.hasShadow = true,
});