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