DestinationData constructor
DestinationData({
- required String label,
- IconData? icon,
- List<
DestinationData> ? children,
Implementation
DestinationData({
required this.label,
this.icon,
this.children,
});