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