$topRight static method
Implementation
static $Value? $topRight(
Runtime runtime, $Value? target, List<$Value?> args) {
return $Alignment.wrap(Alignment.topRight);
}
static $Value? $topRight(
Runtime runtime, $Value? target, List<$Value?> args) {
return $Alignment.wrap(Alignment.topRight);
}