Octavius Framework
Toggle table of contents
desktop
Target filter
desktop
Switch theme
Search in API
Skip to content
Octavius Framework
ui-core
/
org.octavius.ui.timeline
/
TimelineTheme
/
HoverStyle
Hover
Style
desktop
data
class
HoverStyle
(
val
lineColor
:
Color
,
val
labelBgColor
:
Color
,
val
labelTextStyle
:
TextStyle
,
val
tooltipTitleStyle
:
TextStyle
=
labelTextStyle
,
val
tooltipDescriptionStyle
:
TextStyle
=
labelTextStyle
)
Members
Constructors
Hover
Style
Link copied to clipboard
desktop
constructor
(
lineColor
:
Color
,
labelBgColor
:
Color
,
labelTextStyle
:
TextStyle
,
tooltipTitleStyle
:
TextStyle
=
labelTextStyle
,
tooltipDescriptionStyle
:
TextStyle
=
labelTextStyle
)
Properties
label
Bg
Color
Link copied to clipboard
desktop
val
labelBgColor
:
Color
label
Text
Style
Link copied to clipboard
desktop
val
labelTextStyle
:
TextStyle
line
Color
Link copied to clipboard
desktop
val
lineColor
:
Color
tooltip
Description
Style
Link copied to clipboard
desktop
val
tooltipDescriptionStyle
:
TextStyle
tooltip
Title
Style
Link copied to clipboard
desktop
val
tooltipTitleStyle
:
TextStyle