event Style
Creates a default JetLimeEventStyle object with specified parameters.
Return
A JetLimeEventStyle object configured with the given parameters.
Parameters
The position of the event relative to the timeline.
Controls where the point renders within the item. One of PointPlacement.START, PointPlacement.CENTER, or PointPlacement.END. Defaults to START.
The type of point used in the event. Defaults to a filled point.
The color of the point. Defaults to the 'onPrimary' color from MaterialTheme's color scheme.
The fill color of the point. Defaults to the primary color from MaterialTheme's color scheme.
The radius of the point. Defaults to PointRadius.
The animation for the point, if any.
The stroke width of the point. Defaults to PointStrokeWidth.
The stroke color of the point. Defaults to the primary color from MaterialTheme's color scheme.