SeoControllerProvider constructor
const
SeoControllerProvider({
- Key? key,
- required SeoController controller,
- required Widget child,
Creates a SeoControllerProvider with the required controller and child.
Implementation
const SeoControllerProvider({
super.key,
required this.controller,
required this.child,
});