LazyColumn.str.repeat
repeat
Repeats each string in the column by the specified number of times.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
repeats
|
int
|
Number of times to repeat each string. |
required |
Returns:
| Name | Type | Description |
|---|---|---|
LazyColumn |
LazyColumn
|
A new LazyColumn with each string repeated |
Examples: