TextSpan class
Text run. Same constructor as Flutter / package:pdf TextSpan.
- Inheritance
-
- Object
- InlineSpan
- TextSpan
Constructors
-
TextSpan({TextStyle? style, String? text, List<
InlineSpan> ? children}) -
TextSpan API.
const
Properties
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