toggle menu
markdown-editor
0.1.2
jvm
switch theme
search in API
markdown-editor
/
me.okonecny.markdowneditor
/
TableStyle
Table
Style
data
class
TableStyle
(
val
headerCellStyle
:
BlockStyle
,
val
bodyCellStyle
:
BlockStyle
,
val
modifier
:
Modifier
)
Members
Constructors
Table
Style
Link copied to clipboard
constructor
(
headerCellStyle
:
BlockStyle
,
bodyCellStyle
:
BlockStyle
,
modifier
:
Modifier
)
Properties
body
Cell
Style
Link copied to clipboard
val
bodyCellStyle
:
BlockStyle
header
Cell
Style
Link copied to clipboard
val
headerCellStyle
:
BlockStyle
modifier
Link copied to clipboard
val
modifier
:
Modifier