Skip to content

'defaultHandle' is inaccessible due to 'internal' protection level #1

@adamvnovak

Description

@adamvnovak

I'm getting this error with the following code, using Xcode Beta 15

Drawer({
ZStack {
Color.blue
VStack {
ForEach(0..<100) {
Text("item ($0)")
}
}
}
}, handle: {
DrawerHandles.defaultHandle
})
.scrollableContent()
.background(color: .blue)
.handle(height: 6, padding: 10)
.rest(in: [135, $0.size.height])
.interactive(in: [$0.size.height])

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions