empty static method

Widget empty()

Implementation

static Widget empty() {
  return SizedBox(width: 0, height: 0);
}