mStretch property

Widget mStretch

Implementation

Widget get mStretch {
  return Positioned(
    bottom: 0,
    left: 0,
    right: 0,
    top: 0,
    child: this,
  );
}