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