Skip to main content

SplashScreen constructor

const SplashScreen({required Key key, int mainScreenIndex = 0})

Implementation

const SplashScreen(\{required Key key, this.mainScreenIndex = 0\})
: super(key: key);