:List
type List = {
Padding: number?
}
Example usage:
local List = ...:List() --> Canvas
--// Canvas
List:Label({Text="Hello world!"})
Last updated
type List = {
Padding: number?
}
local List = ...:List() --> Canvas
--// Canvas
List:Label({Text="Hello world!"})
Last updated