$symmetric static method
Implementation
static $Value? $symmetric(
Runtime runtime, $Value? target, List<$Value?> args) {
return $EdgeInsets.wrap(EdgeInsets.symmetric(
vertical: args[0]?.$value ?? 0.0,
horizontal: args[1]?.$value ?? 0.0,
));
}