SundayCupertinoAppBar constructor
const
SundayCupertinoAppBar({})
Creates a SundayCupertinoAppBar.
The automaticallyImplyLeading
and transitionBetweenRoutes
arguments
must not be null.
Implementation
const SundayCupertinoAppBar({
super.key,
this.leading,
this.automaticallyImplyLeading = true,
this.middle,
this.trailing,
this.border,
this.backgroundColor,
this.brightness,
this.padding,
this.transitionBetweenRoutes = true,
required this.heroTag,
});