AtomicAuthTemplate constructor
const
AtomicAuthTemplate({})
Implementation
const AtomicAuthTemplate({
super.key,
required this.child,
this.title,
this.subtitle,
this.headerWidget,
this.footerWidget,
this.backgroundGradient,
this.showLogo = true,
this.logoWidget,
this.maxWidth = 400,
this.padding,
this.cardElevation = 0,
this.cardColor,
this.scrollable = true,
});