XCol<T> constructor

XCol<T>(
  1. String colKey,
  2. String colCaption,
  3. double width,
  4. XProp xmodelXprop, {
  5. int height = 0,
  6. int visPos = 0,
  7. String toolTip = "",
  8. int resizeStyle = 0,
  9. String format = "",
  10. bool readOnly = false,
  11. bool multilines = false,
  12. bool hidden = false,
  13. double minWidth = 15,
  14. double maxWidth = 400,
  15. String headerToolTip = "",
  16. int visiblePosition = 0,
  17. bool summarize = false,
  18. int originX = 0,
  19. int originY = 0,
  20. int spanX = 0,
  21. int spanY = 2,
  22. Alignment labelTxtHAlign = Alignment.center,
  23. Alignment txtHAlign = Alignment.centerLeft,
})

Implementation

XCol(
  this.colKey,
  this.colCaption,
  this.width,
  this.xmodelXprop, {
  this.height = 0,
  this.visPos = 0,
  this.toolTip = "",
  this.resizeStyle = 0,
  this.format = "",
  this.readOnly = false,
  this.multilines = false,
  this.hidden = false,
  this.minWidth = 15,
  this.maxWidth = 400,
  this.headerToolTip = "",
  this.visiblePosition = 0,
  this.summarize = false,
  this.originX = 0,
  this.originY = 0,
  this.spanX = 0,
  this.spanY = 2,
  this.labelTxtHAlign = Alignment.center,
  this.txtHAlign = Alignment.centerLeft,
}) : super(columnName: colKey, label: Container());