TodayStatusIcon constructor

const TodayStatusIcon(
  1. TodaySvgIcon icon, {
  2. Key? key,
  3. double scale = 1,
  4. bool hasShadow = true,
})

Implementation

const TodayStatusIcon(
  this.icon, {
  super.key,
  this.scale = 1,
  this.hasShadow = true,
});