defaultStyle

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

Builds the default cancel icon style.

Return

A ComposerCancelIconStyle instance holding the default theming.