VTileGroup constructor
const
VTileGroup({})
Implementation
const VTileGroup({
super.key,
required this.children,
this.label,
this.description,
this.intrinsicWidth = false,
this.divider = VTileDivider.indented,
});