UsernameAndPassword constructor

const UsernameAndPassword({
  1. required dynamic switchScreen(
    1. String
    ),
  2. Key? key,
})

Implementation

const UsernameAndPassword({required this.switchScreen, super.key});