CKT String|Colors
This commit is contained in:
6
lib/strings/splash_strings.dart
Normal file
6
lib/strings/splash_strings.dart
Normal file
@@ -0,0 +1,6 @@
|
||||
/// Texto do ecrã de boas-vindas ([HelloSplashScreen]).
|
||||
class SplashStrings {
|
||||
const SplashStrings._();
|
||||
|
||||
static const String greeting = 'Olá';
|
||||
}
|
||||
Reference in New Issue
Block a user