|
|
@ -29,7 +29,6 @@ class QuestionPage extends StatelessWidget { |
|
|
horizontal: setSize(context: context, |
|
|
horizontal: setSize(context: context, |
|
|
mobile: MySpaces.s16, |
|
|
mobile: MySpaces.s16, |
|
|
tablet: MySpaces.s30) ?? 0, |
|
|
tablet: MySpaces.s30) ?? 0, |
|
|
vertical: setPlatform(android: MySpaces.s20) ?? 0, |
|
|
|
|
|
), |
|
|
), |
|
|
decoration: BoxDecoration( |
|
|
decoration: BoxDecoration( |
|
|
gradient: LinearGradient( |
|
|
gradient: LinearGradient( |
|
|
@ -47,10 +46,9 @@ class QuestionPage extends StatelessWidget { |
|
|
), |
|
|
), |
|
|
), |
|
|
), |
|
|
), |
|
|
), |
|
|
child: SafeArea( |
|
|
|
|
|
bottom: false, |
|
|
|
|
|
child: Column( |
|
|
child: Column( |
|
|
children: [ |
|
|
children: [ |
|
|
|
|
|
setPlatform<double>(android: MySpaces.s20, iOS: 50)?.gapHeight ?? SizedBox.shrink(), |
|
|
_topButtons(context), |
|
|
_topButtons(context), |
|
|
MySpaces.s10.gapHeight, |
|
|
MySpaces.s10.gapHeight, |
|
|
Expanded( |
|
|
Expanded( |
|
|
@ -68,11 +66,11 @@ class QuestionPage extends StatelessWidget { |
|
|
}, |
|
|
}, |
|
|
), |
|
|
), |
|
|
), |
|
|
), |
|
|
|
|
|
setPlatform<double>(android: MySpaces.s20,)?.gapHeight ?? SizedBox.shrink(), |
|
|
], |
|
|
], |
|
|
), |
|
|
), |
|
|
), |
|
|
), |
|
|
), |
|
|
), |
|
|
), |
|
|
|
|
|
); |
|
|
); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|