VanCellGroup constructor
const
VanCellGroup({})
Implementation
const VanCellGroup({
Key? key,
this.children = const <VanCell>[],
this.backgroundColor = VanColor.white,
this.title = '',
this.inset = false,
this.border = true,
}) : super(key: key);