LoginEmailInput constructor

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

Implementation

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