flutter_json_widgets
inline_span
TextSpan
TextSpan.fromJson factory constructor
TextSpan.fromJson
TextSpan.fromJson
constructor
Null safety
TextSpan.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory TextSpan.fromJson(Map<String, dynamic> json) = _$TextSpan.fromJson;
flutter_json_widgets
inline_span
TextSpan
TextSpan.fromJson factory constructor
TextSpan class
Constructors
TextSpan
fromJson
Properties
children
copyWith
hashCode
locale
mouseCursor
onTap
runtimeType
semanticsLabel
spellOut
style
text
Methods
map
mapOrNull
maybeMap
maybeWhen
noSuchMethod
toJson
toString
when
whenOrNull
Operators
operator ==