LoginForm constructor

const LoginForm({
  1. Key? key,
  2. required EmailAuthController controller,
})

Creates a LoginForm widget.

Implementation

const LoginForm({super.key, required this.controller});