SolidAppBarConfig constructor
- required String title,
- Color? backgroundColor,
- List<
SolidAppBarAction> actions = const [], - List<
SolidOverflowMenuItem> overflowItems = const [], - SolidVersionConfig? versionConfig,
- SolidThemeConfig? themeConfig,
- double narrowScreenThreshold = 800.0,
- double veryNarrowScreenThreshold = 600.0,
Implementation
const SolidAppBarConfig({
required this.title,
this.backgroundColor,
this.actions = const [],
this.overflowItems = const [],
this.versionConfig,
this.themeConfig,
this.narrowScreenThreshold = 800.0,
this.veryNarrowScreenThreshold = 600.0,
});