ApptiveGrid constructor

const ApptiveGrid({
  1. Key? key,
  2. Widget? child,
  3. ApptiveGridOptions options = const ApptiveGridOptions(),
})

Creates ApptiveGrid

Implementation

const ApptiveGrid({
  super.key,
  this.child,
  this.options = const ApptiveGridOptions(),
}) : client = null;