AntdSwiperStyle constructor

const AntdSwiperStyle({
  1. bool inherit = true,
  2. AntdBoxStyle? bodyStyle,
  3. AntdBoxStyle? itemStyle,
})

Implementation

const AntdSwiperStyle({super.inherit, this.bodyStyle, this.itemStyle});