LoginForm constructor
const
LoginForm({
- Key? key,
- required EmailAuthController controller,
Creates a LoginForm widget.
Implementation
const LoginForm({super.key, required this.controller});