EmptyContentElement constructor

EmptyContentElement({
  1. String name = "empty",
})

Implementation

EmptyContentElement({super.name = "empty"}) : super(style: Style(), elementId: "[[No ID]]");