XProp constructor

XProp(
  1. String col_Name,
  2. String col_Label,
  3. Color col_Color
)

Implementation

XProp(this.col_Name, this.col_Label, this.col_Color) {}