WeActionSheetIos typedef
Implementation
typedef WeActionSheetIos = Function({
dynamic title,
@required List<WeActionSheetItem> options,
bool maskClosable,
dynamic cancelButton,
_Close onClose,
_onChange onChange,
});
typedef WeActionSheetIos = Function({
dynamic title,
@required List<WeActionSheetItem> options,
bool maskClosable,
dynamic cancelButton,
_Close onClose,
_onChange onChange,
});