$widget * @param array $properties */ public function __construct( readonly public string $widget, protected array $properties = [], ) {} /** * @return array */ public function getProperties(): array { return $this->properties; } }