UsernamePasswordView constructor
const
UsernamePasswordView({
- Key? key,
- required UsernamePasswordForm content,
Implementation
const UsernamePasswordView({
super.key,
required this.content,
});