ZdsAppBar constructor

const ZdsAppBar(
  1. {Key? key,
  2. Widget? leading,
  3. Widget? title,
  4. List<Widget>? actions,
  5. Widget? subtitle,
  6. Widget? icon,
  7. PreferredSizeWidget? bottom,
  8. SystemUiOverlayStyle? systemUiOverlayStyle,
  9. bool applyTopSafeArea = true,
  10. ZdsTabBarColor color = ZdsTabBarColor.appBar}
)

Creates an appbar that is typically shown at the top of the screen.

Implementation

const ZdsAppBar