VAppBar constructor
const
VAppBar({
- Key? key,
- required Widget? title,
- Widget? leading,
- List<
Widget> ? actionList, - PreferredSizeWidget? bottom,
- bool centerTitle = true,
- VoidCallback? backButtonAction,
- VAppBarStyle? style,
- VExt? vExt,
- double kToolbarHeight = 60,
Implementation
const VAppBar({
Key? key,
required this.title,
this.leading,
this.actionList,
this.bottom,
this.centerTitle = true,
this.backButtonAction,
this.style,
this.vExt,
this.kToolbarHeight = 60,
}) : preferredSize = const Size.fromHeight(60),
super(key: key);