flutter_json_widgets
widget
Text
Text.fromJson factory constructor
Text.fromJson
Text.fromJson
constructor
Null safety
Text.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory Text.fromJson(Map<String, dynamic> json) = _$Text.fromJson;
flutter_json_widgets
widget
Text
Text.fromJson factory constructor
Text class
Constructors
Text
fromJson
Properties
copyWith
data
hashCode
key
locale
maxLines
overflow
runtimeType
selectionColor
semanticsLabel
softWrap
strutStyle
style
textAlign
textDirection
textHeightBehavior
textScaleFactor
textWidthBasis
Methods
map
mapOrNull
maybeMap
maybeWhen
noSuchMethod
toJson
toString
when
whenOrNull
Operators
operator ==