DGHubBackAppBar constructor

const DGHubBackAppBar({
  1. double? height,
  2. Color? backgroundColor,
  3. Color? backgroundColorDarkTheme,
  4. Color? cardColor,
  5. Color? cardColorDarkTheme,
  6. Color? iconColor,
  7. Color? iconColorDarkTheme,
  8. Color? labelColor,
  9. Color? labelColorDarkTheme,
  10. DGHubBackAppBarType type = DGHubBackAppBarType.defaultDesign,
  11. required List<DGHubAppBarIcon> items,
  12. dynamic backOnTap()?,
  13. bool enabledBottomLine = true,
  14. Key? key,
})

Implementation

const DGHubBackAppBar(
    {this.height,
    this.backgroundColor,
    this.backgroundColorDarkTheme,
    this.cardColor,
    this.cardColorDarkTheme,
    this.iconColor,
    this.iconColorDarkTheme,
    this.labelColor,
    this.labelColorDarkTheme,
    this.type = DGHubBackAppBarType.defaultDesign,
    required this.items,
    this.backOnTap,
    this.enabledBottomLine = true,
    super.key});