LoginPage constructor

const LoginPage({
  1. Key? key,
  2. required dynamic afterLogin(
    1. BuildContext context
    ),
  3. String title = "CTZON",
  4. AssetImage? image,
})

Implementation

const LoginPage(
    {super.key, required this.afterLogin, this.title = "CTZON", this.image});