feat : news widget

This commit is contained in:
2025-08-27 16:56:01 +03:30
parent d7aa51c033
commit f946129915

View File

@@ -54,7 +54,7 @@ class ModulesPage extends GetView<ModulesLogic> {
itemCount: controller.moduleList.length, itemCount: controller.moduleList.length,
), ),
), ),
SizedBox(height: 24.h),
Container( Container(
height: 107.h, height: 107.h,
margin: EdgeInsets.symmetric(horizontal: 16.w), margin: EdgeInsets.symmetric(horizontal: 16.w),
@@ -122,9 +122,9 @@ class ModulesPage extends GetView<ModulesLogic> {
), ),
), ),
SizedBox(height: 24.h), SizedBox(height: 12.h),
SliderWidget(height: 160, widgetTag: "down"), SliderWidget(height: 160, widgetTag: "down"),
SizedBox(height: 24.h), SizedBox(height: 20.h),
], ],
), ),
), ),