ComSwiper constructor
const
ComSwiper({
- Key? key,
- required List images,
- double height = 160.0,
- double radius = 8.0,
- SwipeStyle style = SwipeStyle.dots,
- ValueChanged<
int> ? onTap, - String? name,
- EdgeInsets? margin,
Implementation
const ComSwiper({
super.key,
required this.images,
this.height = 160.0,
this.radius = 8.0,
this.style = SwipeStyle.dots,
this.onTap,
this.name,
this.margin,
});