ArcaneAuthLayout.themed constructor
const
ArcaneAuthLayout.themed({})
Implementation
const ArcaneAuthLayout.themed({
super.key,
required this.child,
this.header,
this.footer,
this.showGrid = true,
this.showGlows = true,
this.maxWidth = '420px',
this.backgroundColor = 'var(--background)',
}) : primaryGlowColor = 'color-mix(in srgb, var(--accent) 15%, transparent)',
secondaryGlowColor = 'color-mix(in srgb, var(--info) 15%, transparent)',
gridColor = 'color-mix(in srgb, var(--border) 30%, transparent)';