UnconstrainedInfiniteAxis
@propertyWrapper
public struct UnconstrainedInfiniteAxis : Equatable, Hashable
This property wrapper checks the value of atMost cases, and turns it into an
unconstrained axis if the value equals greatestFiniteMagnitude or isInfinite.
-
Declaration
Swift
public var wrappedValue: Axis { get set } -
Declaration
Swift
public init(wrappedValue value: Axis)
View on GitHub
UnconstrainedInfiniteAxis Structure Reference