VoidElement constructor

VoidElement(
  1. String tag, {
  2. Object? key,
})

Implementation

VoidElement(super.tag, {super.key}) : super(isVoid: true);