AntdSwipeActionStyle constructor

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

Implementation

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