Projects Details (fixed)
This commit is contained in:
@@ -129,7 +129,7 @@ class _SignInPageState extends State<SignInPage> {
|
||||
mainAxisSize: MainAxisSize.max,
|
||||
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
||||
children: [
|
||||
ElevatedButton(
|
||||
(false) ? ElevatedButton(
|
||||
style: ElevatedButton.styleFrom(
|
||||
primary: Colors.red),
|
||||
onPressed: () {
|
||||
@@ -139,7 +139,7 @@ class _SignInPageState extends State<SignInPage> {
|
||||
const offlineLoginPage()));
|
||||
},
|
||||
child: Text('Use Offline',
|
||||
style: TextStyle(fontSize: 20))),
|
||||
style: TextStyle(fontSize: 20))) : Container(),
|
||||
ElevatedButton(
|
||||
onPressed: () {
|
||||
Navigator.of(context).push(
|
||||
|
||||
Reference in New Issue
Block a user