UIHeader constructor

UIHeader({
  1. int elementId = 0,
  2. List<String> labels = const [],
  3. String styleId = '',
  4. String text = '',
  5. String subText = '',
  6. UIHeaderLevel level = UIHeaderLevel.default_,
})

Implementation

UIHeader({
    this.elementId = 0,
    this.labels = const [],
    this.styleId = '',
    this.text = '',
    this.subText = '',
    this.level = UIHeaderLevel.default_,
});