GridViewEntity constructor
GridViewEntity({
- required String? appId,
- String? name,
- int? scrollDirection,
- int? type,
- int? crossAxisCount,
- int? maxCrossAxisExtentType,
- double? absoluteMaxCrossAxisExtent,
- double? relativeMaxCrossAxisExtent,
- double? childAspectRatio,
- double? padding,
- double? mainAxisSpacing,
- double? crossAxisSpacing,
- StorageConditionsEntity? conditions,
Implementation
GridViewEntity({
required this.appId,
this.name,
this.scrollDirection,
this.type,
this.crossAxisCount,
this.maxCrossAxisExtentType,
this.absoluteMaxCrossAxisExtent,
this.relativeMaxCrossAxisExtent,
this.childAspectRatio,
this.padding,
this.mainAxisSpacing,
this.crossAxisSpacing,
this.conditions,
});