Adds the "_controller" entry to defaults.
callable|string|array $controller a callable or parseable pseudo-callable:
$this
public final function controller(callable|string|array $controller) : static { $this->route ->addDefaults([ '_controller' => $controller, ]); return $this; }