getIcon method

dynamic getIcon(
  1. TUIThemeData theme
)

Implementation

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