value property
TextSpan
get
value
Implementation
TextSpan get value => TextSpan(
text: text,
children: children?.map((v) => v.value).toList(growable: false),
recognizer: recognizer,
style: style?.value,
mouseCursor: mouseCursor,
onEnter: onEnter,
onExit: onExit,
semanticsLabel: semanticsLabel,
locale: locale,
spellOut: spellOut,
);