factory ShareContent.html(String html, {String? subject}) => _ShareContent(html, ShareType.html, subject: subject);