Merge branch 'language-translation' of https://git.7o9o.net/md.asif5/kmobile into language-translation

This commit is contained in:
2025-07-24 22:24:30 +05:30
3 changed files with 155 additions and 58 deletions

View File

@@ -43,18 +43,18 @@ class _WelcomeScreenState extends State<WelcomeScreen> {
children: [
Text(
AppLocalizations.of(context).kconnect,
style: TextStyle(
style: const TextStyle(
fontSize: 36,
fontWeight: FontWeight.bold,
color: Colors.white,
letterSpacing: 1.5,
),
),
SizedBox(height: 12),
const SizedBox(height: 12),
Text(
AppLocalizations.of(context).kccBankFull,
textAlign: TextAlign.center,
style: TextStyle(
style: const TextStyle(
fontSize: 18,
color: Colors.white,
letterSpacing: 1.2,