GroupPositioned.fill constructor
const
GroupPositioned.fill({})
Implementation
const GroupPositioned.fill({
Key? key,
this.top = 0,
this.left = 0,
this.right = 0,
this.bottom = 0,
this.width,
this.height,
required Widget child,
}) : super(key: key, child: child);