LoginForm constructor

const LoginForm({
  1. Key? key,
})

Implementation

const LoginForm({Key? key}) : super(key: key);