AtomicSimpleAppBar constructor
const
AtomicSimpleAppBar({})
Implementation
const AtomicSimpleAppBar({
super.key,
required this.title,
this.actions,
this.showBackButton = true,
this.centerTitle,
this.backgroundColor,
this.variant = AtomicAppBarVariant.standard,
});