MyGridViewNormal<T> constructor
MyGridViewNormal<T> (
- List<
T> data, - int crossAxisCount,
- double smallCellExtent,
- IndexedWidgetBuilder itemBuilder, {
- double spaceMain = 0.0,
- double spaceCross = 0.0,
- AxisDirection? crossDirection,
- Function? onRefresh,
- Function? loadMore,
- double bigCellExtent = 0.0,
- double childRatio = 1.0,
- bool shrinkWrap = false,
- Axis scrollDirection = Axis.vertical,
- EdgeInsets? padding,
- double? height,
- dynamic canScroll = false,
- Color? bgColor,
Implementation
MyGridViewNormal(
this.data, this.crossAxisCount, this.smallCellExtent, this.itemBuilder,
{this.spaceMain = 0.0,
this.spaceCross = 0.0,
this.crossDirection,
this.onRefresh,
this.loadMore,
this.bigCellExtent = 0.0,
this.childRatio = 1.0,
this.shrinkWrap = false,
this.scrollDirection = Axis.vertical,
this.padding,
this.height,
this.canScroll = false,
this.bgColor});