empty static method

Widget empty()

return empty SizedBox

Implementation

static Widget empty() {
  return const SizedBox();
}