HeaderLookAndFeel constructor
HeaderLookAndFeel({
- required String backgroundColor,
- required ButtonLookAndFeel button,
- required SearchFieldLookAndFeel search,
Implementation
HeaderLookAndFeel(
{required this.backgroundColor,
required this.button,
required this.primaryNavigation,
required this.secondaryNavigation,
required this.search});