NavigationLookAndFeel constructor

NavigationLookAndFeel({
  1. required String color,
  2. String? highlightColor,
  3. required NavigationLookAndFeelHoverOrFocus hoverOrFocus,
})

Implementation

NavigationLookAndFeel(
    {required this.color, this.highlightColor, required this.hoverOrFocus});