AbstractTextPlatform class abstract

Implementers

Constructors

AbstractTextPlatform()

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
htmlWidgetWithPlatformMedia(BuildContext context, AppModel app, String html, {List<HtmlPlatformMediumModel>? htmlPlatformMedia}) Widget
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
updateHtmlWithMemberMediumCallbackWebYesNo(BuildContext context, AppModel app, String ownerId, UpdatedHtml updatedHtml, MediaAction mediaAction, String title, String initialValue, bool isWeb, {List<Widget>? extraIcons, List<String>? accessibleByMembers}) → void
updateHtmlWithPlatformMedium(BuildContext context, AppModel app, String ownerId, HtmlWithPlatformMediumModel htmlModel, UpdatedHtml updatedHtml, String title, {List<Widget>? extraIcons}) → void
updateHtmlWithPlatformMediumWebYesNo(BuildContext context, AppModel app, String ownerId, HtmlWithPlatformMediumModel htmlModel, UpdatedHtml updatedHtml, String title, bool isWeb, {List<Widget>? extraIcons}) → void

Operators

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

Static Properties

platform AbstractTextPlatform?
getter/setter pair