Note Alert Styling
class NoteAlertStyling(val padding: PaddingValues, val lineWidth: Dp, val lineColor: Color, val pathEffect: PathEffect?, val strokeCap: StrokeCap, val titleTextStyle: TextStyle, val titleIconPath: String?, val titleIconTint: Color, val textColor: Color) : BaseAlertStyling
Constructors
Link copied to clipboard
constructor(padding: PaddingValues, lineWidth: Dp, lineColor: Color, pathEffect: PathEffect?, strokeCap: StrokeCap, titleTextStyle: TextStyle, titleIconPath: String?, titleIconTint: Color, textColor: Color)