LazyColumn.str.ljust
ljust
Left-justifies the string within a field of the specified width, padding with fillchar on the right.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
width
|
int
|
The total width of the resulting string after padding. |
required |
fillchar
|
str
|
The character to use for right-side padding. Defaults to a space. |
' '
|
Returns:
| Name | Type | Description |
|---|---|---|
LazyColumn |
LazyColumn
|
A new LazyColumn with strings left-justified to the given width. |
Examples: