LoginPage constructor
const
LoginPage({
- Key? key,
- required dynamic afterLogin(
- BuildContext context
- String title = "CTZON",
- AssetImage? image,
Implementation
const LoginPage(
{super.key, required this.afterLogin, this.title = "CTZON", this.image});