fromSize method

SizedBox fromSize(
  1. Size size, {
  2. Key? key,
})

Implementation

SizedBox fromSize(Size size, {Key? key}) =>
    SizedBox.fromSize(key: key, size: size, child: this);