Filler
@Composable
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
@Composable
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
code Point
code point to fill in
modifier
modifiers to set to this spacer