kLoginDelay top-level constant

Duration const kLoginDelay

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);