Update: 2026-06-25 02:55:24
This commit is contained in:
@@ -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!,
|
||||
|
||||
Reference in New Issue
Block a user