farmershands
splash_screen
SplashScreenState
launched property
launched
launched
property
Null safety
bool
launched
read / write
build() 함수에서 화면 push를 하고있기 때문에 이 변수를 통해 중복 push를 막습니다.
Implementation
bool launched = false;
farmershands
splash_screen
SplashScreenState
launched property
SplashScreenState class
Constructors
SplashScreenState
Properties
context
disableLaunch
hasError
hashCode
initialized
launched
mounted
runtimeType
widget
Methods
activate
build
deactivate
debugFillProperties
didChangeDependencies
didUpdateWidget
dispose
handleError
init
initState
noSuchMethod
reassemble
setState
toDiagnosticsNode
toString
toStringShort
Operators
operator ==