CustomAppBar constructor
const
CustomAppBar({ - 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,
- bool applySafeArea = true,
})
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,
this.applySafeArea = true,
});