AdaptiveGrid constructor

const AdaptiveGrid({
  1. Key? key,
  2. required List<Widget> children,
  3. double spacing = 12,
})

Implementation

const AdaptiveGrid({super.key, required this.children, this.spacing = 12});