UiElement constructor

UiElement({
  1. required String type,
  2. String? label,
})

Implementation

UiElement({required this.type, this.label});