TextDecorationUtility<T extends Attribute> class

Inheritance

Constructors

TextDecorationUtility(T builder(TextDecoration))
const

Properties

builder → T Function(TextDecoration)
finalinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

call(TextDecoration value) → T
inherited
lineThrough() → T
none() → T
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
overline() → T
toString() String
A string representation of this object.
inherited
underline() → T

Operators

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