InspectorCard constructor
const
InspectorCard({})
Implementation
const InspectorCard({
super.key,
required this.name,
this.description,
this.icon,
this.accentColor,
this.priority = 0,
this.onTap,
});
const InspectorCard({
super.key,
required this.name,
this.description,
this.icon,
this.accentColor,
this.priority = 0,
this.onTap,
});