Package-level declarations

Functions

Link copied to clipboard
fun Modifier.border(brush: Brush, shape: Shape = RectangleShape, width: Dp = KepkoTheme.dimensions.borderThickness): Modifier
fun Modifier.border(color: Color = KepkoTheme.colors.outline, shape: Shape = RectangleShape, width: Dp = KepkoTheme.dimensions.borderThickness): Modifier
Link copied to clipboard
fun borderStroke(color: Color = KepkoTheme.colors.outline, thickness: Dp = KepkoTheme.dimensions.borderThickness): BorderStroke
Link copied to clipboard