AdaptiveAppBar constructor
const
AdaptiveAppBar({
- Key? key,
- Widget? leading,
- Widget? title,
- List<
AdaptiveAppBarAction> ? actions,
Implementation
const AdaptiveAppBar({
super.key,
this.leading,
this.title,
this.actions,
});