diff --git a/lib/screens/register.dart b/lib/screens/register.dart index 29f3300..c1c4437 100644 --- a/lib/screens/register.dart +++ b/lib/screens/register.dart @@ -21,3 +21,24 @@ class _RegisterState extends State { ); } } + + + +// Card( +// color: const Color(0xff212226), +// shape: RoundedRectangleBorder( +// borderRadius: BorderRadius.circular(10), +// ), +// child: InkWell( +// onTap: () { +// print("Card tapped"); +// }, +// borderRadius: BorderRadius.circular(10), +// splashColor: const Color(0xff8B0000), +// highlightColor: const Color(0xff8B0000), +// child: Container( +// child: Text("tes", style: TextStyle(color: Colors.white)), +// padding: const EdgeInsets.fromLTRB(20, 10, 20, 10), +// ), +// ), +// ), \ No newline at end of file