AntdSwipeItemStyle constructor
const
AntdSwipeItemStyle({
- bool inherit = true,
- AntdBoxStyle? style,
- AntdBoxStyle? confirmStyle,
Implementation
const AntdSwipeItemStyle({super.inherit, this.style, this.confirmStyle});