iwfpapp
home_screen
HomeScreen
HomeScreen const constructor
HomeScreen
iwfpapp
home_screen
HomeScreen
HomeScreen const constructor
HomeScreen class
Constructors
HomeScreen
Properties
autoAuthCheck
autoRefresh
hashCode
key
runtimeType
Methods
createElement
createState
debugDescribeChildren
debugFillProperties
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==
HomeScreen
constructor
const
HomeScreen
(
{
Key
key
,
bool
autoAuthCheck
:
true
,
bool
autoRefresh
:
true
}
)
Implementation
const HomeScreen( {Key key, this.autoAuthCheck = true, this.autoRefresh = true}) : super(key: key);