splashDuration property
int
get
splashDuration
Implementation
int get splashDuration => max(0,toInt(setting("SPLASH_DURATION")) ?? (splash == null ? 0 : 2));
int get splashDuration => max(0,toInt(setting("SPLASH_DURATION")) ?? (splash == null ? 0 : 2));