Mark class

Constructors

Mark({required String id, MarkOptions? options})
Mark.bold({FontWeight? fontWeight, MarkOptions? options})
Create a default bold token with the id b
factory
Mark.icon({MarkOptions? options, IconThemeData? iconThemeBuilder(BuildContext context, String text, String payload)?, bool iconBefore = true, WrapCrossAlignment crossAlignment = WrapCrossAlignment.center, WrapAlignment alignment = WrapAlignment.center, PlaceholderAlignment placeholderAlignment = PlaceholderAlignment.bottom, double spacing = 4})
Create a default icon token with the id icon
factory
Mark.italic({MarkOptions? options})
Create a default bold token with the id i
factory
Create a default bold token with the id lk
factory
Mark.mail(String mailSubject, {MarkOptions? options})
Create a default bold token with the id mail
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
final
options MarkOptions
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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