TodayUserIcon constructor

const TodayUserIcon(
  1. String? name, {
  2. Key? key,
  3. TodaySurfaceColor color = TodaySurfaceColor.transparent,
  4. double scale = 1,
})

Implementation

const TodayUserIcon(
  this.name, {
  super.key,
  this.color = TodaySurfaceColor.transparent,
  this.scale = 1,
});