UsernamePasswordView constructor

const UsernamePasswordView({
  1. Key? key,
  2. required UsernamePasswordForm content,
})

Implementation

const UsernamePasswordView({
  super.key,
  required this.content,
});