Код: Выделить всё
Container(
height: Get.height * 0.32,
decoration: const BoxDecoration(
borderRadius: BorderRadius.only(
bottomLeft: Radius.circular(25),
bottomRight: Radius.circular(25),
),
),
child: BannerCarousel(
height: Get.height * 0.32,
banners: BannerImages.listBanners,
onTap: (id) => print('Tapped on $id'),
),
),
Подробнее здесь: https://stackoverflow.com/questions/784 ... r-carousel