first init
This commit is contained in:
@@ -195,7 +195,7 @@ class _LoginDemoState extends State<LoginDemo> with ShowErrorDialog {
|
||||
hintText: 'Enter secure password'),
|
||||
),
|
||||
),
|
||||
FlatButton(
|
||||
TextButton(
|
||||
onPressed: () {
|
||||
//TODO FORGOT PASSWORD SCREEN GOES HERE
|
||||
},
|
||||
@@ -209,7 +209,7 @@ class _LoginDemoState extends State<LoginDemo> with ShowErrorDialog {
|
||||
width: 250,
|
||||
decoration: BoxDecoration(
|
||||
color: Colors.blue, borderRadius: BorderRadius.circular(20)),
|
||||
child: FlatButton(
|
||||
child: TextButton(
|
||||
onPressed: () {
|
||||
_login(context);
|
||||
},
|
||||
|
Reference in New Issue
Block a user