Companion
object Companion
Functions
Link copied to clipboard
fun defaultStyle(colors: StreamColors = when (isSystemInDarkTheme()) {
true -> StreamColors.defaultDarkColors()
else -> StreamColors.defaultColors()
}): ComposerCancelIconStyle
Builds the default cancel icon style.