flutter_json_widgets
inline_span
WidgetSpan
WidgetSpan.fromJson factory constructor
WidgetSpan.fromJson
WidgetSpan.fromJson
constructor
Null safety
WidgetSpan.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory WidgetSpan.fromJson(Map<String, dynamic> json) = _$WidgetSpan.fromJson;
flutter_json_widgets
inline_span
WidgetSpan
WidgetSpan.fromJson factory constructor
WidgetSpan class
Constructors
WidgetSpan
fromJson
Properties
alignment
baseline
child
copyWith
hashCode
runtimeType
style
Methods
map
mapOrNull
maybeMap
maybeWhen
noSuchMethod
toJson
toString
when
whenOrNull
Operators
operator ==