:Row

Preview
type Row = {
	Spacing: number?,
	Expand: (Row) -> Row
}

Example usage:

:Row()

--// Canvas
Row:Label({
    Text = "Hello world!"
})

Last updated