HeadTag constructor

const HeadTag(
  1. String tag, {
  2. Map<String, Object?> props = const {},
  3. String? content,
})

Creates a head tag descriptor.

Implementation

const HeadTag(this.tag, {this.props = const {}, this.content});