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