This commit is contained in:
Hillel Coren 2019-11-13 08:55:24 +02:00
parent 7343dd2269
commit 7f61975d90
2 changed files with 21 additions and 0 deletions

View File

@ -334,10 +334,13 @@ class MenuDrawer extends StatelessWidget {
), ),
], ],
)), )),
/*
Align( Align(
child: SidebarFooter(), child: SidebarFooter(),
alignment: Alignment(0, 1), alignment: Alignment(0, 1),
), ),
*/
], ],
), ),
), ),

View File

@ -0,0 +1,18 @@
[
{
"family": "Roboto",
"fonts": [
{
"asset": "fonts/Roboto-Regular.ttf"
}
]
},
{
"family": "MaterialIcons",
"fonts": [
{
"asset": "https://fonts.gstatic.com/s/materialicons/v42/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2"
}
]
}
]