ElementName constructor

const ElementName({
  1. Key? key,
  2. String? id,
})

Implementation

const ElementName({super.key, this.id});