EmailLoginScreen constructor

const EmailLoginScreen({
  1. Key? key,
  2. AppBar? appBar,
  3. Color? mainColor,
  4. Color? shimmerColor1,
  5. Color? shimmerColor2,
  6. AuthStrings? authStrings,
})

Implementation

const EmailLoginScreen(
    {Key? key,
    this.appBar,
    this.mainColor, //not white
    this.shimmerColor1,
    this.shimmerColor2,
    this.authStrings})
    : super(key: key);