This commit is contained in:
Hamza-Ayed
2024-03-22 00:03:46 +03:00
parent 045f7e20f0
commit 5c702e7d06
8 changed files with 71 additions and 84 deletions

View File

@@ -49,10 +49,10 @@ class CustomSliderOnBoarding extends GetView<OnBoardingControllerImp> {
Image.asset(
onBoardingList[i].image!,
// width: ,
height: Get.width / 1.3,
height: Get.width / 2,
fit: BoxFit.fill,
),
const SizedBox(height: 60),
const SizedBox(height: 20),
Text(onBoardingList[i].title!,
textAlign: TextAlign.center,
style: const TextStyle(