UIText constructor

UIText({
  1. int elementId = 0,
  2. List<String> labels = const [],
  3. String styleId = '',
  4. String text = '',
  5. UITextType type_ = UITextType.normal,
  6. UIColor color = UIColor.default_,
})

Implementation

UIText({
    this.elementId = 0,
    this.labels = const [],
    this.styleId = '',
    this.text = '',
    this.type_ = UITextType.normal,
    this.color = UIColor.default_,
});