AuthLayout constructor

const AuthLayout({
  1. Key? key,
  2. Widget? child,
  3. Color? backgroudColor,
})

Implementation

const AuthLayout({
  super.key,
  this.child,
  this.backgroudColor,
});