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