UIIcon constructor

UIIcon({
  1. int elementId = 0,
  2. List<String> labels = const [],
  3. String styleId = '',
  4. UIIconType icon = UIIconType.none,
  5. UIColor color = UIColor.default_,
})

Implementation

UIIcon({
    this.elementId = 0,
    this.labels = const [],
    this.styleId = '',
    this.icon = UIIconType.none,
    this.color = UIColor.default_,
});