SeoController constructor

const SeoController({
  1. Key? key,
  2. bool enabled = false,
  3. required SeoTree tree,
  4. required Widget child,
})

Implementation

const SeoController({
  super.key,
  bool enabled = false,
  required SeoTree tree,
  required this.child,
});