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