withContainer property

Widget get withContainer

Implementation

Widget get withContainer => Container(
      child: this,
    );