:List

type List = {
	Padding: number?
}

Example usage:

local List = ...:List() --> Canvas

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

Last updated