icon property
final
The Widget (usually an Icon) that's displayed for this NavigationDestination.
The icon will use NavigationDrawerThemeData.iconTheme. If this is null, the default IconThemeData would use a size of 24.0 and ColorScheme.onSurfaceVariant.
Implementation
final Widget icon;