buildIcon method
Builds the widget for the icon.
Implementation
Widget buildIcon() {
return FastPageHeaderRoundedDuotoneIconLayout(
palette: palette,
hasShadow: true,
icon: icon!,
);
}
Builds the widget for the icon.
Widget buildIcon() {
return FastPageHeaderRoundedDuotoneIconLayout(
palette: palette,
hasShadow: true,
icon: icon!,
);
}