positionFromRect method
Wraps this widget with a Positioned.fromRect widget.
Implementation
Widget positionFromRect(Rect rect) => Positioned.fromRect(
rect: rect,
child: this,
);
Wraps this widget with a Positioned.fromRect widget.
Widget positionFromRect(Rect rect) => Positioned.fromRect(
rect: rect,
child: this,
);