LoginView constructor

const LoginView({
  1. required String title,
  2. Key? key,
})

Implementation

const LoginView({required this.title, Key? key}) : super(key: key);