Commit 0be9d19e authored by Budi Prasetyo's avatar Budi Prasetyo

dashboard

parent 8325c11f
......@@ -63,14 +63,16 @@ class _DashboardState extends State<Dashboard> {
style: SideMenuStyle(
openSideMenuWidth: 220,
displayMode: SideMenuDisplayMode.auto,
hoverColor: Colors.blue[100],
selectedColor: Colors.blueAccent[200],
selectedTitleTextStyle: const TextStyle(color: Colors.white),
selectedIconColor: Colors.white,
hoverColor: Colors.blue[50],
selectedColor: Colors.blue[100],
selectedTitleTextStyle: const TextStyle(color: Colors.black),
selectedIconColor: Colors.black,
unselectedIconColor: Colors.black87,
unselectedTitleTextStyle: TextStyle(color: Colors.black87),
// decoration: BoxDecoration(
// borderRadius: BorderRadius.all(Radius.circular(10)),
// ),
backgroundColor: Colors.blue[100],
backgroundColor: Colors.blueAccent[200],
),
title: Column(
children: [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment