Added a placeholder text in Register
This commit is contained in:
parent
58c9eac2b6
commit
02050d6077
1 changed files with 9 additions and 1 deletions
|
@ -10,6 +10,14 @@ class Register extends StatefulWidget {
|
|||
class _RegisterState extends State<Register> {
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Container();
|
||||
return Scaffold(
|
||||
backgroundColor: const Color(0xff1b1c1e),
|
||||
appBar: AppBar(
|
||||
title: const Text('Nekoya'),
|
||||
centerTitle: true,
|
||||
backgroundColor: const Color(0xff212226),
|
||||
),
|
||||
body: Text('Register'),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue