JetLimeEventDefaults

Provides default values and utility functions for JetLimeEvent styling.

This object contains default values and composable functions for creating event styles and point animations in JetLimeColumn or JetLimeRow components. It offers a convenient way to access standard styling options and animations for JetLime events.

Functions

Link copied to clipboard
fun eventStyle(position: EventPosition, pointType: EventPointType = PointType, pointColor: Color = MaterialTheme.colorScheme.onPrimary, pointFillColor: Color = MaterialTheme.colorScheme.primary, pointRadius: Dp = PointRadius, pointAnimation: EventPointAnimation? = null, pointStrokeWidth: Dp = PointStrokeWidth, pointStrokeColor: Color = MaterialTheme.colorScheme.primary): JetLimeEventStyle

Creates a default JetLimeEventStyle object with specified parameters.

Link copied to clipboard
fun pointAnimation(initialValue: Float = 1.0f, targetValue: Float = 1.2f, animationSpec: InfiniteRepeatableSpec<Float> = PointAnimation): EventPointAnimation

Creates an EventPointAnimation object to define animations for event points.