ZdsAppBar constructor
- {Key? key,
- Widget? leading,
- Widget? title,
- List<
Widget> ? actions, - Widget? subtitle,
- Widget? icon,
- PreferredSizeWidget? bottom,
- SystemUiOverlayStyle? systemUiOverlayStyle,
- bool applyTopSafeArea = true,
- ZdsTabBarColor color = ZdsTabBarColor.appBar}
Creates an appbar that is typically shown at the top of the screen.
Implementation
const ZdsAppBar