updated nav drawer

This commit is contained in:
broodjeaap89 2021-09-25 17:51:53 +02:00
parent 424001f6e1
commit a6f4071b92

View file

@ -14,19 +14,14 @@ class NavDrawer extends StatelessWidget {
child: ListView(
padding: EdgeInsets.zero,
children: <Widget>[
const DrawerHeader(
DrawerHeader(
decoration: BoxDecoration(
color: Theme.of(context).primaryColor,
),
child: Text(
"Pizza Planner",
style: TextStyle(color: Colors.black, fontSize: 30)
),
/*decoration: BoxDecoration(
color: Colors.redAccent,
image: DecorationImage(
fit: BoxFit.fill,
image: AssetImage()
)
),*/
),
style: Theme.of(context).textTheme.headline3
)),
ListTile(
leading: const Icon(FontAwesome5.calendar_alt),
title: const Text("Events"),