LoginScreen constructor

LoginScreen({
  1. Key? key,
  2. required SafeXPayBloc safeXPayBloc,
})

Implementation

LoginScreen({Key? key, required this.safeXPayBloc}) : super(key: key);