first init

This commit is contained in:
2024-06-19 23:24:42 +02:00
parent 7750126ee4
commit 1f185316a9
5 changed files with 165 additions and 114 deletions

View File

@@ -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);
},