Web
This commit is contained in:
parent
7343dd2269
commit
7f61975d90
|
|
@ -334,10 +334,13 @@ class MenuDrawer extends StatelessWidget {
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
)),
|
)),
|
||||||
|
/*
|
||||||
Align(
|
Align(
|
||||||
child: SidebarFooter(),
|
child: SidebarFooter(),
|
||||||
alignment: Alignment(0, 1),
|
alignment: Alignment(0, 1),
|
||||||
),
|
),
|
||||||
|
|
||||||
|
*/
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
Loading…
Reference in New Issue