AndroidWidget constructor
AndroidWidget({
- dynamic key,
- bool maskClosable = true,
- dynamic close()?,
- dynamic onChange(
- int index
- required List<
WeActionSheetItem> children,
Implementation
AndroidWidget(
{key, this.maskClosable=true, this.close, this.onChange,required this.children})
: super(key: key);