WebTextPlatform class

Inheritance

Constructors

WebTextPlatform()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

htmlWidget(BuildContext context, AppModel app, String html) Widget
override
htmlWidgetWithPlatformMedia(BuildContext context, AppModel app, String html, {List<HtmlPlatformMediumModel>? htmlPlatformMedia}) Widget
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateHtmlWithMemberMediumCallback(BuildContext context, AppModel app, String ownerId, UpdatedHtml updatedHtml, MediaAction mediaAction, String title, String initialValue, {List<Widget>? extraIcons, List<String>? accessibleByMembers}) → void
override
updateHtmlWithMemberMediumCallbackWebYesNo(BuildContext context, AppModel app, String ownerId, UpdatedHtml updatedHtml, MediaAction mediaAction, String title, String initialValue, bool isWeb, {List<Widget>? extraIcons, List<String>? accessibleByMembers}) → void
inherited
updateHtmlWithPlatformMedium(BuildContext context, AppModel app, String ownerId, HtmlWithPlatformMediumModel htmlModel, UpdatedHtml updatedHtml, String title, {List<Widget>? extraIcons}) → void
override
updateHtmlWithPlatformMediumWebYesNo(BuildContext context, AppModel app, String ownerId, HtmlWithPlatformMediumModel htmlModel, UpdatedHtml updatedHtml, String title, bool isWeb, {List<Widget>? extraIcons}) → void
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited