pindery
login
LoginPage
LoginPage const constructor
LoginPage
LoginPage class
Constructors
LoginPage
Properties
user
hashCode
key
runtimeType
Methods
createState
createElement
debugDescribeChildren
debugFillProperties
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==
Constants
routeName
LoginPage constructor
const
LoginPage
(
{
Key
key
,
User
user
})
Implementation
const LoginPage({Key key, this.user}) : super(key: key);