VFSLayoutList constructor

const VFSLayoutList({
  1. String name = "List",
  2. IconData icon = Icons.list,
})

Implementation

const VFSLayoutList({super.name = "List", super.icon = Icons.list});