TextSpan class Cell Values

A span of optionally styled text, similar to Flutter's TextSpan.

Constructors

TextSpan({List<TextSpan>? children, String? text, CellStyle? style})
Creates a TextSpan with optional text, children, and style.
const

Properties

children → List<TextSpan>?
Child spans for rich text with mixed styling.
final
hashCode → int
The hash code for this object.
no setteroverride
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
style → CellStyle?
The cell style applied to this span.
final
text → String?
The plain text content of this span.
final

Methods

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