ObjectGrid constructor
const
ObjectGrid({
- Key? key,
- required List<
ThreeModel> models,
Creates an instance of ObjectGrid.
Implementation
const ObjectGrid({super.key, required this.models});