HorizontalHeaderLookAndFeel constructor

HorizontalHeaderLookAndFeel({
  1. required String backgroundColor,
  2. ButtonLookAndFeel? button,
  3. required TopNavigationLookAndFeel primaryNavigation,
  4. NavigationLookAndFeel? secondaryNavigation,
  5. SearchFieldLookAndFeel? search,
})

Implementation

HorizontalHeaderLookAndFeel(
    {required this.backgroundColor,
    this.button,
    required this.primaryNavigation,
    this.secondaryNavigation,
    this.search});