$shrink static method
Creates a new instance of $SizedBox using SizedBox.shrink from args
Implementation
static $Value? $shrink(Runtime runtime, $Value? target, List<$Value?> args) {
return $SizedBox.wrap(SizedBox.shrink(
key: args[0]?.$value,
child: args[1]?.$value,
));
}