extSize method

SizedBox extSize(
  1. double width,
  2. double height
)

Implementation

SizedBox extSize(double width, double height) => SizedBox(width: width, height: height, child: this);