ShareAction constructor
ShareAction(
- dynamic _text, {
- String? title,
- dynamic files,
Implementation
ShareAction(this._text, {String? title, dynamic files})
: _title = title,
_files = files;