Update: 2026-06-11 13:47:39
This commit is contained in:
@@ -143,7 +143,7 @@ class SplashScreen extends StatelessWidget {
|
||||
),
|
||||
),
|
||||
),
|
||||
// ── اسم "Intaleq" مع توهج متنفّس ─────────
|
||||
// ── اسم "Siro" مع توهج متنفّس ─────────
|
||||
AnimatedBuilder(
|
||||
animation: controller.glowAnimation,
|
||||
builder: (_, child) => Container(
|
||||
@@ -166,7 +166,7 @@ class SplashScreen extends StatelessWidget {
|
||||
child: AnimatedTextKit(
|
||||
animatedTexts: [
|
||||
ColorizeAnimatedText(
|
||||
'Intaleq',
|
||||
'Siro',
|
||||
textStyle: const TextStyle(
|
||||
fontSize: 38,
|
||||
fontWeight: FontWeight.w800,
|
||||
@@ -290,7 +290,7 @@ class SplashScreen extends StatelessWidget {
|
||||
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
||||
children: [
|
||||
Text(
|
||||
'INTALEQ',
|
||||
'SIRO',
|
||||
style: TextStyle(
|
||||
fontSize: 9.5,
|
||||
fontWeight: FontWeight.w700,
|
||||
|
||||
Reference in New Issue
Block a user