|
|
|
@ -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,6 +241,7 @@ class _QuestionScreenState extends State<QuestionScreen> with TickerProviderStat |
|
|
|
style: TextButton.styleFrom( |
|
|
|
foregroundColor: MyColors.white.withValues(alpha: 0.7), |
|
|
|
), |
|
|
|
child: FittedBox( |
|
|
|
child: Text( |
|
|
|
context.translate.skip, |
|
|
|
style: MYTextStyle.button2 |
|
|
|
@ -248,6 +249,7 @@ class _QuestionScreenState extends State<QuestionScreen> with TickerProviderStat |
|
|
|
), |
|
|
|
), |
|
|
|
), |
|
|
|
), |
|
|
|
PositionedDirectional( |
|
|
|
end: 0, |
|
|
|
child: GlassyButton( |
|
|
|
|