VFSLayoutGrid constructor

const VFSLayoutGrid({
  1. String name = "Grid",
  2. IconData icon = Icons.grid_four,
})

Implementation

const VFSLayoutGrid({super.name = "Grid", super.icon = Icons.grid_four});