LoginScreen constructor

const LoginScreen({
  1. Key? key,
  2. required bool serviceLogin,
})

Constructs a LoginScreen

Implementation

const LoginScreen({super.key, required this.serviceLogin});