Files
CheckTheethKids/lib/strings/splash_strings.dart
Carlos Correia a8af2c6845 CKT String|Colors
2026-07-15 19:13:15 +01:00

7 lines
150 B
Dart

/// Texto do ecrã de boas-vindas ([HelloSplashScreen]).
class SplashStrings {
const SplashStrings._();
static const String greeting = 'Olá';
}