defaultStyle

fun defaultStyle(colors: StreamColors = when (isSystemInDarkTheme()) { true -> StreamColors.defaultDarkColors() else -> StreamColors.defaultColors() }): WaveformTrackStyle