DuxtContentPage constructor

const DuxtContentPage({
  1. Key? key,
  2. required ContentRouteInfo routeInfo,
  3. DuxtPageConfig? config,
})

Implementation

const DuxtContentPage({
  super.key,
  required this.routeInfo,
  this.config,
});