Login constructor

const Login({
  1. Key? key,
})

Implementation

const Login({Key? key}) : super(key: key);