GroupPositioned.fromRect constructor
Implementation
GroupPositioned.fromRect({
super.key,
required Rect rect,
required super.child,
}) : left = rect.left,
top = rect.top,
width = rect.width,
height = rect.height,
right = null,
bottom = null;