zero static method

Widget zero()

Implementation

static Widget zero(){
  return EmptyView.empty(0, 0);
}