CarpenterBlockGroup constructor
const
CarpenterBlockGroup({
- Key? key,
- required List<
Widget> children, - LengthUnit? spacing,
Implementation
const CarpenterBlockGroup({super.key, required this.children, this.spacing});