table
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
table
table-core
/
ua.wwind.table.config
/
TableCellStyle
Table
Cell
Style
@
Immutable
data
class
TableCellStyle
(
val
modifier
:
Modifier
=
Modifier
,
val
background
:
Color
=
Color.Unspecified
,
val
contentColor
:
Color
=
Color.Unspecified
,
val
textStyle
:
TextStyle
?
=
null
,
val
alignment
:
Alignment
=
Alignment.CenterStart
)
Members
Constructors
Table
Cell
Style
Link copied to clipboard
constructor
(
modifier
:
Modifier
=
Modifier
,
background
:
Color
=
Color.Unspecified
,
contentColor
:
Color
=
Color.Unspecified
,
textStyle
:
TextStyle
?
=
null
,
alignment
:
Alignment
=
Alignment.CenterStart
)
Properties
alignment
Link copied to clipboard
val
alignment
:
Alignment
background
Link copied to clipboard
val
background
:
Color
content
Color
Link copied to clipboard
val
contentColor
:
Color
modifier
Link copied to clipboard
val
modifier
:
Modifier
text
Style
Link copied to clipboard
val
textStyle
:
TextStyle
?