positionFromRelativeRect method
Wraps this widget with a Positioned.fromRelativeRect widget.
Implementation
Widget positionFromRelativeRect(RelativeRect rect) =>
Positioned.fromRelativeRect(
rect: rect,
child: this,
);
Wraps this widget with a Positioned.fromRelativeRect widget.
Widget positionFromRelativeRect(RelativeRect rect) =>
Positioned.fromRelativeRect(
rect: rect,
child: this,
);