|
|
|
@ -22,9 +22,8 @@ class LocalManager extends StatelessWidget {
|
|
|
|
|
maxWidth: localManagerPanelWidth,
|
|
|
|
|
minWidth: localManagerPanelWidth,
|
|
|
|
|
child: Material(
|
|
|
|
|
// color: context.t.backgroundColor,
|
|
|
|
|
color: Colors.deepPurple,
|
|
|
|
|
elevation: isOpen ? 20 : 0,
|
|
|
|
|
color: context.t.backgroundColor,
|
|
|
|
|
elevation: isOpen ? 10 : 0,
|
|
|
|
|
child: Column(
|
|
|
|
|
mainAxisAlignment: MainAxisAlignment.start,
|
|
|
|
|
children: [
|
|
|
|
|