NavigationLookAndFeel constructor
NavigationLookAndFeel({
- required String color,
- String? highlightColor,
- required NavigationLookAndFeelHoverOrFocus hoverOrFocus,
Implementation
NavigationLookAndFeel(
{required this.color, this.highlightColor, required this.hoverOrFocus});