SeoInitializer constructor

const SeoInitializer({
  1. Key? key,
  2. required Widget child,
})

Creates a SeoInitializer widget.

The child parameter is required and represents the main content of your app.

Implementation

const SeoInitializer({super.key, required this.child});