HeadDocument constructor

const HeadDocument({
  1. String? title,
  2. Map<String, String>? meta,
  3. List<Component>? children,
  4. Key? key,
})

Implementation

const HeadDocument({this.title, this.meta, this.children, super.key});