UAdminResponsiveGrid constructor

const UAdminResponsiveGrid({
  1. required List<Widget> children,
  2. Key? key,
  3. double minTileWidth = 260,
  4. double spacing = 16,
  5. double runSpacing = 16,
})

Implementation

const UAdminResponsiveGrid({required this.children, super.key, this.minTileWidth = 260, this.spacing = 16, this.runSpacing = 16});