init(alignment:scope:)
Creates a scale view with the provided alignment and scope.
Declaration
@MainActor @preconcurrency init(alignment: HorizontalAlignment = .leading, scope: Namespace.ID? = nil)Parameters
Return Value
An initialized scale view.
Creates a scale view with the provided alignment and scope.
@MainActor @preconcurrency init(alignment: HorizontalAlignment = .leading, scope: Namespace.ID? = nil)An initialized scale view.