flutter_json_widgets
widget
ListViewCustom
ListViewCustom.fromJson factory constructor
ListViewCustom.fromJson
ListViewCustom.fromJson
constructor
Null safety
ListViewCustom.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory ListViewCustom.fromJson(Map<String, dynamic> json) = _$ListViewCustom.fromJson;
flutter_json_widgets
widget
ListViewCustom
ListViewCustom.fromJson factory constructor
ListViewCustom class
Constructors
ListViewCustom
fromJson
Properties
cacheExtent
childrenDelegate
clipBehavior
copyWith
hashCode
itemExtent
key
keyboardDismissBehavior
padding
physics
primary
prototypeItem
restorationId
reverse
runtimeType
scrollDirection
semanticChildCount
shrinkWrap
Methods
map
mapOrNull
maybeMap
maybeWhen
noSuchMethod
toJson
toString
when
whenOrNull
Operators
operator ==