some changes and fixes
This commit is contained in:
@@ -91,7 +91,7 @@ class _MainTendersSliderState extends State<MainTendersSlider> {
|
||||
Widget _tendersPageView() {
|
||||
return SizedBox(
|
||||
width: double.infinity,
|
||||
height: 719.0.h(),
|
||||
height: 722.0.h(),
|
||||
child: PageView.builder(
|
||||
controller: pageController,
|
||||
scrollDirection: Axis.horizontal,
|
||||
@@ -145,8 +145,8 @@ class _MainTendersSliderState extends State<MainTendersSlider> {
|
||||
borderRadius: BorderRadius.circular(100),
|
||||
onTap: _goToPreviousPage,
|
||||
child: Container(
|
||||
width: 32.0.w(),
|
||||
height: 32.0.w(),
|
||||
width: 32.0.h(),
|
||||
height: 32.0.h(),
|
||||
decoration: BoxDecoration(
|
||||
shape: BoxShape.circle,
|
||||
border: Border.all(color: AppColors.iconColor, width: 1.5),
|
||||
@@ -194,8 +194,8 @@ class _MainTendersSliderState extends State<MainTendersSlider> {
|
||||
borderRadius: BorderRadius.circular(100),
|
||||
onTap: _goToNextPage,
|
||||
child: Container(
|
||||
width: 32.0.w(),
|
||||
height: 32.0.w(),
|
||||
width: 32.0.h(),
|
||||
height: 32.0.h(),
|
||||
decoration: BoxDecoration(
|
||||
shape: BoxShape.circle,
|
||||
border: Border.all(color: AppColors.iconColor, width: 1.5),
|
||||
|
||||
Reference in New Issue
Block a user