TextDecoration class

A linear decoration to draw near the text.

This matches the enum values defined in dart:ui.

Constructors

TextDecoration.combine(List<TextDecoration> decorations)
Creates a decoration that paints the union of all the given decorations.
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
mask int
The raw mask for serialization.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

contains(TextDecoration other) bool
Whether this decoration will paint at least as much decoration as the given decoration.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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

Constants

lineThrough → const TextDecoration
Draw a line through each line of text
none → const TextDecoration
Do not draw a decoration
overline → const TextDecoration
Draw a line above each line of text
underline → const TextDecoration
Draw a line underneath each line of text