CustomAppBar constructor
Implementation
const CustomAppBar({
super.key,
this.title,
this.leading = const [],
this.actions = const [],
this.padding,
this.border,
this.top = true,
this.borderRadius,
this.applySafeArea = true,
});
const CustomAppBar({
super.key,
this.title,
this.leading = const [],
this.actions = const [],
this.padding,
this.border,
this.top = true,
this.borderRadius,
this.applySafeArea = true,
});