CellStyle.this

Sets just a custom text color, leaving the background as the default. Use caution with certain colors as it may have illeglible contrast on the (unknown to you) background color.

  1. this(Color textColor)
    struct CellStyle
    this
    (
    Color textColor
    )
  2. this(Color textColor, Color backgroundColor)

Meta