positionedFill method

Widget positionedFill()

Wraps the widget in a Positioned.fill

Implementation

Widget positionedFill() => Positioned.fill(child: this);