feat : news widget
This commit is contained in:
@@ -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),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user