Update: 2026-06-25 02:55:24

This commit is contained in:
Hamza-Ayed
2026-06-25 02:55:24 +03:00
parent 98a8a2ae3d
commit 85e85fe4d3
11 changed files with 62 additions and 86 deletions

View File

@@ -48,9 +48,9 @@ class CustomSliderOnBoarding extends GetView<OnBoardingControllerImp> {
children: [
Image.asset(
onBoardingList[i].image!,
// width: ,
height: Get.width / 2,
fit: BoxFit.fill,
width: Get.width * 0.8,
height: Get.width * 0.65,
fit: BoxFit.contain,
),
const SizedBox(height: 20),
Text(onBoardingList[i].title!,