AntdSwipeItemStyle constructor

const AntdSwipeItemStyle({
  1. bool inherit = true,
  2. AntdBoxStyle? style,
  3. AntdBoxStyle? confirmStyle,
})

Implementation

const AntdSwipeItemStyle({super.inherit, this.style, this.confirmStyle});