$new static method
Implementation
static $Value? $new(Runtime runtime, $Value? target, List<$Value?> args) {
return $Theme.wrap(Theme(
data: args[0]!.$value,
child: args[1]!.$value,
));
}
static $Value? $new(Runtime runtime, $Value? target, List<$Value?> args) {
return $Theme.wrap(Theme(
data: args[0]!.$value,
child: args[1]!.$value,
));
}