Implemented named constant
This commit is contained in:
@@ -28,4 +28,7 @@ class Constants {
|
||||
|
||||
/// Duration in milliseconds for the fade-in animation of texts.
|
||||
static const int fadeInDuration = 300;
|
||||
|
||||
/// Duration in milliseconds for the keyboard to fully disappear.
|
||||
static const int kKeyboardDelay = 300;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user