Browse Source

در زبان المانی متن کامل نمایش نمیده

pull/60/head
AmirrezaChegini 1 week ago
parent
commit
22440905af
  1. 12
      lib/features/question/presentation/ui/screens/question_screen.dart

12
lib/features/question/presentation/ui/screens/question_screen.dart

@ -227,8 +227,8 @@ class _QuestionScreenState extends State<QuestionScreen> with TickerProviderStat
),
),
Positioned(
left: 120,
right: 120,
left: 90,
right: 90,
child: FadeAnimController(
controller: context.read<QuestionBloc>().imageAnimationController,
child: TextButton(
@ -241,9 +241,11 @@ class _QuestionScreenState extends State<QuestionScreen> with TickerProviderStat
style: TextButton.styleFrom(
foregroundColor: MyColors.white.withValues(alpha: 0.7),
),
child: Text(
context.translate.skip,
style: MYTextStyle.button2
child: FittedBox(
child: Text(
context.translate.skip,
style: MYTextStyle.button2
),
),
),
),

Loading…
Cancel
Save