|
|
@ -270,6 +270,7 @@ class _SignInPageState extends State<SignInPage> {
|
|
|
|
mainAxisAlignment: MainAxisAlignment.center,
|
|
|
|
mainAxisAlignment: MainAxisAlignment.center,
|
|
|
|
children: [
|
|
|
|
children: [
|
|
|
|
FlatButton(
|
|
|
|
FlatButton(
|
|
|
|
|
|
|
|
shape: StadiumBorder(),
|
|
|
|
padding: EdgeInsets.zero,
|
|
|
|
padding: EdgeInsets.zero,
|
|
|
|
onPressed: AgreementPage().to,
|
|
|
|
onPressed: AgreementPage().to,
|
|
|
|
child: Text(
|
|
|
|
child: Text(
|
|
|
@ -280,6 +281,7 @@ class _SignInPageState extends State<SignInPage> {
|
|
|
|
)),
|
|
|
|
)),
|
|
|
|
SizedBox(width: 15.w),
|
|
|
|
SizedBox(width: 15.w),
|
|
|
|
FlatButton(
|
|
|
|
FlatButton(
|
|
|
|
|
|
|
|
shape: StadiumBorder(),
|
|
|
|
padding: EdgeInsets.zero,
|
|
|
|
padding: EdgeInsets.zero,
|
|
|
|
onPressed: PrivacyPage().to,
|
|
|
|
onPressed: PrivacyPage().to,
|
|
|
|
child: Text(
|
|
|
|
child: Text(
|
|
|
|