CarpenterBlockGroup constructor

const CarpenterBlockGroup({
  1. Key? key,
  2. required List<Widget> children,
  3. LengthUnit? spacing,
})

Implementation

const CarpenterBlockGroup({super.key, required this.children, this.spacing});