Filler

@Composable
fun Filler(char: Char, modifier: Modifier = Modifier, foreground: Color? = null, background: Color? = null, style: TextStyle? = null)

Component that represents an layout of identical characters, whose size can be defined using Modifier.width, Modifier.height and Modifier.size modifiers.

This layout is similar to Spacer.

Parameters

char

character to fill in

modifier

modifiers to set to this spacer