InlineSpan class abstract

Implementers
Annotations
  • @immutable

Constructors

InlineSpan({TextStyle? style, required double baseline, AnnotationBuilder? annotation})
const

Properties

annotation AnnotationBuilder?
final
baseline double
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style TextStyle?
final

Methods

copyWith({TextStyle? style, double? baseline, AnnotationBuilder? annotation}) InlineSpan
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toPlainText() String
toString() String
A string representation of this object.
inherited
visitChildren(VisitorCallback visitor, TextStyle? parentStyle, AnnotationBuilder? annotation) bool

Operators

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