flutter_json_widgets
widget
SelectableText
SelectableText.fromJson factory constructor
SelectableText.fromJson
SelectableText.fromJson
constructor
Null safety
SelectableText.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory SelectableText.fromJson(Map<String, dynamic> json) = _$SelectableText.fromJson;
flutter_json_widgets
widget
SelectableText
SelectableText.fromJson factory constructor
SelectableText class
Constructors
SelectableText
fromJson
Properties
autofocus
copyWith
cursorColor
cursorHeight
cursorRadius
cursorWidth
data
dragStartBehavior
enableInteractiveSelection
hashCode
key
maxLines
minLines
onTap
runtimeType
scrollPhysics
selectionHeightStyle
selectionWidthStyle
semanticsLabel
showCursor
strutStyle
style
textAlign
textDirection
textHeightBehavior
textScaleFactor
textWidthBasis
Methods
map
mapOrNull
maybeMap
maybeWhen
noSuchMethod
toJson
toString
when
whenOrNull
Operators
operator ==