getIcon method
Implementation
getIcon(TUIThemeData theme) {
return Icon(
icon ?? FluentIcons.guest_24_regular,
color: theme.colors.secondary,
);
}
getIcon(TUIThemeData theme) {
return Icon(
icon ?? FluentIcons.guest_24_regular,
color: theme.colors.secondary,
);
}