:Row

type Row = {
Spacing: number?,
Expand: (Row) -> Row
}
Example usage:
:Row()
--// Canvas
Row:Label({
Text = "Hello world!"
})
Last updated
type Row = {
Spacing: number?,
Expand: (Row) -> Row
}
:Row()
--// Canvas
Row:Label({
Text = "Hello world!"
})
Last updated