TodayUserIcon constructor
const
TodayUserIcon(
- String? name, {
- Key? key,
- TodaySurfaceColor color = TodaySurfaceColor.transparent,
- double scale = 1,
Implementation
const TodayUserIcon(
this.name, {
super.key,
this.color = TodaySurfaceColor.transparent,
this.scale = 1,
});