ElementBuilder constructor

ElementBuilder(
  1. String tag, {
  2. Object? key,
  3. bool isVoid = false,
})

Implementation

ElementBuilder(this.tag, {this.key, this.isVoid = false});