flutter-carousel-pro
flutter-carousel-pro copied to clipboard
FadeInImage requires BorderRadius
When using FadeInImage, borderReadius is required because it uses ClipRRect and when borderRadius is set to false, a borderradius of null is supplied which is not allowed. Workaround: borderRadius: true, radius: Radius.zero