WeCells constructor

WeCells({
  1. bool boxBorder = true,
  2. double spacing = labelSpacing,
  3. required List<Widget> children,
})

Implementation

WeCells({
  this.boxBorder = true,
  this.spacing = labelSpacing,
  required this.children,
});