test static method

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

Implementation

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