LoginPage constructor

const LoginPage({
  1. Key? key,
  2. String? redirect,
})

Implementation

const LoginPage({super.key, this.redirect});