GroupBox constructor

GroupBox(
  1. PwSize size,
  2. List<(PwBox, PwOffset)> children, {
  3. BoxDecoration? background,
})

GroupBox API.

Implementation

GroupBox(super.size, this.children, {this.background});