nestedWidth property

double? nestedWidth
final

normally,you dont need to set this value.When your SwipeNestedAction take more width than original SwipeAction ,you can set this value. !!!!! this value must be smaller than the sum of all buttons

一般不建议设置此项,此项一般在只有一个action的时候,可能NestedAction的title比较长装不下,才需要设置这个值来调整宽度 注意,如果你要设置这个值,那么这个值必须比所有按钮宽度值的总和要小,不然你可能会看到下面的按钮露出来

(这个参数的作用也就是微信ios端消息列表里面,你侧滑"订阅号消息"那个cell所呈现的效果。 因为弹出的"确认删除"四个字需要调整原本宽度

Implementation

final double? nestedWidth;