positionedFill property

Widget positionedFill

Implementation

Widget get positionedFill {
  return Positioned.fill(child: this);
}