Group constructor

Group({
  1. List<PageElement>? children,
})

Implementation

Group({
  this.children,
});