kLoginDelay top-level constant
The delay before the login is started.
Some delay is used to allow the user to see the "Kohler" splash logo and acclimate to the app before logging in.
Implementation
const kLoginDelay = Duration(milliseconds: 800);
The delay before the login is started.
Some delay is used to allow the user to see the "Kohler" splash logo and acclimate to the app before logging in.
const kLoginDelay = Duration(milliseconds: 800);