ObjectGrid constructor

const ObjectGrid({
  1. Key? key,
  2. required List<ThreeModel> models,
})

Creates an instance of ObjectGrid.

Implementation

const ObjectGrid({super.key, required this.models});