ActiveGrid constructor

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

Creates Active Grid

Implementation

const ActiveGrid(
    {Key? key, this.child, this.options = const ActiveGridOptions()})
    : client = null,
      super(key: key);