mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-11-27 22:04:54 +00:00
Implemented the selection behavior of the side tree
This commit is contained in:
@ -82,7 +82,7 @@ class HomeWebPage extends StatelessWidget {
|
||||
child: GridView.builder(
|
||||
itemCount: 3, //8
|
||||
gridDelegate: const SliverGridDelegateWithFixedCrossAxisCount(
|
||||
crossAxisCount: 4,
|
||||
crossAxisCount: 3, //4
|
||||
crossAxisSpacing: 20.0,
|
||||
mainAxisSpacing: 20.0,
|
||||
childAspectRatio: 1.5,
|
||||
|
||||
Reference in New Issue
Block a user