AtomicNavigationRailDestination constructor
const
AtomicNavigationRailDestination({
- required IconData icon,
- IconData? selectedIcon,
- required String label,
- AtomicBadge? badge,
- bool enabled = true,
- EdgeInsetsGeometry? padding,
Implementation
const AtomicNavigationRailDestination({
required this.icon,
this.selectedIcon,
required this.label,
this.badge,
this.enabled = true,
this.padding,
});