ShareSheet constructor
const
ShareSheet({})
Implementation
const ShareSheet(
{Key? key,
required this.options,
this.title,
this.cancelText: '取消',
this.description,
this.wrap: false,
this.wrapNumber: 4,
this.closeOnClickOverlay: true,
this.onSelect,
this.onCancel});