AuthPage constructor

const AuthPage({
  1. Key? key,
  2. String? frase,
  3. String? imagePath,
  4. Function? dropDb,
  5. Function? validaLogin,
})

Implementation

const AuthPage({Key? key, this.frase, this.imagePath, this.dropDb, this.validaLogin})
    : super(key: key);