see SizedBox
SizedBox sizedIn( Size size, { Key? key, }) => SizedBox( key: key, width: size.width, height: size.height, child: this, );