NavigationLookAndFeelHoverOrFocus constructor

NavigationLookAndFeelHoverOrFocus({
  1. required String backgroundColor,
  2. required String color,
})

Implementation

NavigationLookAndFeelHoverOrFocus(
    {required this.backgroundColor, required this.color});