AtomicIconListItemModel constructor
const
AtomicIconListItemModel({})
Implementation
const AtomicIconListItemModel({
required this.title,
this.subtitle,
this.icon,
this.iconColor = AtomicColors.gray500,
this.textColor = AtomicColors.textPrimary,
this.subTextColor = AtomicColors.textSecondary,
this.onTap,
this.enabled = true,
});