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