MoleculeGridView constructor

MoleculeGridView({
  1. int? crossItemCount,
  2. int? generateItem,
  3. Widget? item,
  4. EdgeInsetsGeometry? padding,
  5. GestureTapCallback? onTap,
})

Implementation

MoleculeGridView(
    {this.crossItemCount,
    this.generateItem,
    this.item,
    this.padding,
    this.onTap});