Open daviils opened 3 years ago
I managed to solve the problem by putting the lottie inside a clipPath
Container( height: !ResponsiveWrapper.of(context).isSmallerThan(DESKTOP) ? null : 320, child: ClipPath( child: Lottie.asset('assets/climate_bg/${biWeekly.selectedDay!.icon}.json', fit: BoxFit.cover,width: double.infinity), ), ),
I want to set the widget's fit to cover but it ignores height and overflows the size