UsernameField constructor

const UsernameField({
  1. Key? key,
  2. String? username,
  3. required void submit(),
})

Implementation

const UsernameField({super.key, this.username, required this.submit});