Decreasing
public struct Decreasing : Encodable
Undocumented
-
Sets the symbol to display for increasing value
Declaration
Swift
public var symbol: String? -
Sets the color for increasing value.
Declaration
Swift
public var color: Color? -
Creates
Decreasingobject with specified properties.Declaration
Swift
public init(symbol: String? = nil, color: Color? = nil)Parameters
symbolSets the symbol to display for increasing value
colorSets the color for increasing value.
View on GitHub
Install in Dash
Decreasing Structure Reference