AntdSwiperStyle constructor
const
AntdSwiperStyle({
- bool inherit = true,
- AntdBoxStyle? bodyStyle,
- AntdBoxStyle? itemStyle,
Implementation
const AntdSwiperStyle({super.inherit, this.bodyStyle, this.itemStyle});