FastPageHeaderRoundedDuotoneIconLayout constructor
const
FastPageHeaderRoundedDuotoneIconLayout({})
Implementation
const FastPageHeaderRoundedDuotoneIconLayout({
super.key,
required this.icon,
double? handsetIconSize,
double? tabletIconSize,
this.palette,
this.hasShadow = true,
}) : handsetIconSize = handsetIconSize ?? kFastPageHeaderIconSizeSmall,
tabletIconSize = tabletIconSize ?? kFastPageHeaderIconSizeMedium;