Updated the About page so it functions, formatted + information added
This commit is contained in:
parent
a784e2da9c
commit
eaa254e0e0
5 changed files with 127 additions and 2 deletions
|
@ -39,8 +39,7 @@ class _BasicDrawerState extends State<BasicDrawer> {
|
|||
),
|
||||
onTap: () {
|
||||
SystemChannels.textInput.invokeMethod('TextInput.hide');
|
||||
// Here I have not implemented an actual about screen, but if you did you would navigate to it's route
|
||||
// Navigator.of(context).pushReplacementNamed('/AboutScreen');
|
||||
Navigator.of(context).pushReplacementNamed('/AboutPage');
|
||||
},
|
||||
),
|
||||
ListTile(
|
||||
|
|
Reference in a new issue