CustomAppBar constructor
- Key? key,
- Widget? title,
- List<
Widget> leading = const [], - List<
Widget> actions = const [], - EdgeInsets? padding,
- Border? border,
- EdgeInsets margin = EdgeInsets.zero,
- bool top = true,
- BorderRadius? borderRadius,
Implementation
const CustomAppBar({
super.key,
this.title,
this.leading = const [],
this.actions = const [],
this.padding,
this.border,
this.margin = EdgeInsets.zero,
this.top = true,
this.borderRadius,
});