shrinkSize method

SizedBox shrinkSize({
  1. Key? key,
})

Implementation

SizedBox shrinkSize({
  Key? key,
}) =>
    SizedBox.shrink(
      key: key,
      child: this,
    );