Hide unused widgets

This commit is contained in:
Abdullah Alassaf
2024-12-17 01:55:08 +03:00
parent 4490715b55
commit c362973c94
25 changed files with 378 additions and 428 deletions

View File

@ -51,7 +51,7 @@ class HomeWebPage extends StatelessWidget {
height: size.height * 0.6,
width: size.width * 0.68,
child: GridView.builder(
itemCount: 8,
itemCount: 3, //8
gridDelegate: const SliverGridDelegateWithFixedCrossAxisCount(
crossAxisCount: 4,
crossAxisSpacing: 20.0,