weight = $weight; return $this; } public function getWeight(mixed $state): FontWeight | string | null { return $this->evaluate($this->weight, [ 'state' => $state, ]); } }