CLDestination constructor
const
CLDestination({})
Implementation
const CLDestination({
required this.key,
required this.label,
this.icon,
this.iconBuilder,
this.children = const [],
this.priority = 0,
this.isVisible = true,
this.isSectionHeader = false,
this.tint,
});