iconPosition = $position instanceof \Closure ? $position($this) : $position; return $this; } public function getIconPosition() { return $this->iconPosition ?? 'before'; } } }