Sharex constructor

Sharex(
  1. Widget widget, {
  2. Key? key,
  3. _shareCallback onShare = _shareDefaultCallback,
})

Implementation

Sharex(this.widget, {Key? key, this.onShare = _shareDefaultCallback})
    : super(key: key);