DuxtContentPage constructor
const
DuxtContentPage({
- Key? key,
- required ContentRouteInfo routeInfo,
- DuxtPageConfig? config,
Implementation
const DuxtContentPage({
super.key,
required this.routeInfo,
this.config,
});