GridViewRF constructor
GridViewRF({
- DataSourceRF? dataSource,
- int? pageSize,
- dynamic decoration,
- EdgeInsets? padding,
- SliverGridDelegate? gridDelegate,
- int column = 2,
- bool scrollable = false,
- List<
double> gridSpace = const [10, 10], - dynamic builder,
- bool showDataLoader = true,
- bool enableSwipe = false,
- Function? onItemDelete,
- Function? onTap,
- double childAspectRatio = 1.0,
- double? mainAxisExtent,
Implementation
GridViewRF(
{this.dataSource,
this.pageSize,
this.decoration,
this.padding,
this.gridDelegate,
this.column = 2,
this.scrollable = false,
this.gridSpace = const [10, 10],
this.builder,
this.showDataLoader = true,
this.enableSwipe = false,
this.onItemDelete,
this.onTap,
this.childAspectRatio = 1.0,
this.mainAxisExtent});