rememberMyExpandableTitleStyle

fun rememberMyExpandableTitleStyle(iconPlacement: MyExpandableTitle.IconPlacement = IconPlacement.Left, hideIconIfNotExpandable: Boolean = true, contentPadding: PaddingValues = PaddingValues(all = 8.dp), shape: Shape = MaterialTheme.shapes.small, containerColor: Color = Color.Unspecified, contentColor: Color = Color.Unspecified, borderColor: Color = Color.Unspecified, applyColorsToTitle: Boolean = true, applyColorsToContent: Boolean = false): MyExpandableTitle.Style