LoginPage constructor

const LoginPage({Key key, User user })

Implementation

const LoginPage({Key key, this.user}) : super(key: key);