HeaderLookAndFeel constructor

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

Implementation

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