make method

Widget make()

Implementation

Widget make() {
  return Builder(builder: this);
}