positionedFill property

Widget get positionedFill

Implementation

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