Fill
public struct Fill : Encodable
Undocumented
-
Sets the cell fill color.
It accepts either a specific color or an array of colors or a 2D array of colors.
Declaration
Swift
public var coloring: Coloring? -
Creates
Fillobject with specified properties.Declaration
Swift
public init(coloring: Coloring? = nil)Parameters
coloringSets the cell fill color.
View on GitHub
Install in Dash
Fill Structure Reference