pindery
offline_page
OfflinePage
OfflinePage const constructor
OfflinePage
OfflinePage class
Constructors
OfflinePage
Properties
firstTime
homePageKey
user
hashCode
key
runtimeType
Methods
createState
createElement
debugDescribeChildren
debugFillProperties
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==
OfflinePage constructor
const
OfflinePage
(
{
Key
key
,
User
user
,
GlobalKey
<
State
<
StatefulWidget
>
>
homePageKey
})
Implementation
const OfflinePage({Key key, this.user, this.homePageKey}) : super(key: key);