init(initialValue:content:)
Creates a new instance using the initial value and content that you provide.
Declaration
init(initialValue: Value, @KeyframesBuilder<Value> content: () -> some Keyframes<Value>)Creates a new instance using the initial value and content that you provide.
init(initialValue: Value, @KeyframesBuilder<Value> content: () -> some Keyframes<Value>)