EntityTab constructor
const
EntityTab({})
Implementation
const EntityTab({
required this.key,
required this.label,
required this.domain,
required this.builder,
this.icon,
this.guard,
});
const EntityTab({
required this.key,
required this.label,
required this.domain,
required this.builder,
this.icon,
this.guard,
});