GridStyleSpec

data class GridStyleSpec(val size: Int, val spacing: Int)

Constructors

Link copied to clipboard
constructor(size: Int, spacing: Int)

Properties

Link copied to clipboard
val size: Int
Link copied to clipboard