empty static method

Widget empty(
  1. double width,
  2. double height
)

Implementation

static Widget empty (double width, double height) {
  return Placeholder(strokeWidth: 0, color: Colors.transparent , fallbackWidth: width, fallbackHeight: height);
}