DmxAnnotation constructor

const DmxAnnotation(
  1. String name, {
  2. required bool isDmx,
  3. Map<String, String> args = const {},
})

Builds an annotation view.

Implementation

const DmxAnnotation(this.name, {required this.isDmx, this.args = const {}});