RangeVisualizationStyle
public struct RangeVisualizationStyle
Style configuration for the reachable range.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Initializes reachable range style.
Declaration
Swift
public init(singleRangeStyle: SingleRangeStyle = .init(), multiRangeStyle: MultiRangeStyle = .init())
Parameters
singleRangeStyle
Style used for single range styling.
multiRangeStyle
Style used for multi range styling.
-
Style used for single range styling.
Declaration
Swift
public let singleRangeStyle: SingleRangeStyle
-
Style used for multi range styling.
Declaration
Swift
public let multiRangeStyle: MultiRangeStyle