btn = "$title"; } public function fetch(): string { return $this->btn; } public static function create(string $title, string $url, $width = '150px'): PrimaryBtn { return new self($title, $url, $width); } }