Wraps in a Positioned.fromRect (helper for Rect positioning)
Widget positionedFromRect(Rect rect) => Positioned.fromRect(rect: rect, child: this);