TopNavigationLookAndFeel constructor

TopNavigationLookAndFeel({
  1. String? color,
  2. required String highlightColor,
  3. TopNavigationLookAndFeelHoverOrFocus? hoverOrFocus,
})

Implementation

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