mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-08-26 01:09:40 +00:00
Hide the sidebar
This commit is contained in:
@ -20,7 +20,7 @@ class HomeWebPage extends StatelessWidget {
|
||||
builder: (context, state) {
|
||||
final homeBloc = BlocProvider.of<HomeBloc>(context);
|
||||
return WebScaffold(
|
||||
enableMenuSideba: false,
|
||||
enableMenuSidebar: false,
|
||||
appBarTitle: Row(
|
||||
children: [
|
||||
SvgPicture.asset(
|
||||
|
Reference in New Issue
Block a user