$resolve static method
Wrapper for the CupertinoDynamicColor.resolve method
Implementation
static $Value? $resolve(Runtime runtime, $Value? target, List<$Value?> args) {
final value = CupertinoDynamicColor.resolve(
args[0]!.$value,
args[1]!.$value,
);
return $Color.wrap(value);
}