3/21/2
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user