Companion
object Companion
Functions
Link copied to clipboard
fun ImportantAlertStyling.Companion.dark(padding: PaddingValues = PaddingValues(horizontal = 16.dp, vertical = 8.dp), lineWidth: Dp = 3.dp, lineColor: Color = Color(0xFF8957E5), pathEffect: PathEffect? = null, strokeCap: StrokeCap = StrokeCap.Square, titleTextStyle: TextStyle = TextStyle(fontWeight = FontWeight.Medium, color = lineColor), titleIconPath: String? = "icons/markdown/extensions/github/alerts/alert-important.svg", titleIconTint: Color = lineColor, textColor: Color = Color.Unspecified): ImportantAlertStyling
Link copied to clipboard
fun ImportantAlertStyling.Companion.light(padding: PaddingValues = PaddingValues(horizontal = 16.dp, vertical = 8.dp), lineWidth: Dp = 3.dp, lineColor: Color = Color(0xFF8250DF), pathEffect: PathEffect? = null, strokeCap: StrokeCap = StrokeCap.Square, titleTextStyle: TextStyle = TextStyle(fontWeight = FontWeight.Medium, color = lineColor), titleIconPath: String? = "icons/markdown/extensions/github/alerts/alert-important.svg", titleIconTint: Color = lineColor, textColor: Color = Color.Unspecified): ImportantAlertStyling