We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a627d2 commit ccfe585Copy full SHA for ccfe585
Sources/SwiftUISupport/Components/StyleModifier.swift
@@ -10,7 +10,7 @@ public struct StyleModifier: ViewModifier {
10
public let blurRadius: Double
11
public let rotationEffect: Angle
12
13
- public init(
+ public nonisolated init(
14
opacity: Double = 1,
15
scale: CGSize = .init(width: 1, height: 1),
16
offset: CGSize = .zero,
0 commit comments