Flutter
painting
InlineSpan
InlineSpan const constructor
InlineSpan
description
InlineSpan
constructor
Null safety
const
InlineSpan
(
{
TextStyle
?
style
}
)
Creates an
InlineSpan
with the given values.
Implementation
const InlineSpan({ this.style, });
Flutter
painting
InlineSpan
InlineSpan const constructor
InlineSpan class
Constructors
InlineSpan
Properties
hashCode
runtimeType
style
Methods
build
codeUnitAt
codeUnitAtVisitor
compareTo
computeSemanticsInformation
computeToPlainText
debugAssertIsValid
debugDescribeChildren
debugFillProperties
getSemanticsInformation
getSpanForPosition
getSpanForPositionVisitor
noSuchMethod
toDiagnosticsNode
toPlainText
toString
toStringDeep
toStringShallow
toStringShort
visitChildren
Operators
operator ==