closeBtnWidth property

double closeBtnWidth
getter/setter pair

胶囊里的关闭按钮的宽度,高度与宽度相等。android默认值为32;ios默认值为20

Implementation

double closeBtnWidth = Platform.isAndroid ? 32 : 20;