helperText = $text; return $this; } public function getHelperText(): string | Htmlable | null { return $this->evaluate($this->helperText); } }