GroupWidget constructor

const GroupWidget({
  1. Key? key,
  2. List<Widget> children = const <Widget>[],
})

Implementation

const GroupWidget({
  super.key,
  super.children,
});