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 a001df4 commit cc798f2Copy full SHA for cc798f2
Projects/Feature/FeatureCategorySetting/Sources/Sheet/PokitKeywordBottomSheet.swift
@@ -11,12 +11,13 @@ import DSKit
11
import Util
12
13
public struct PokitKeywordBottomSheet: View {
14
- @State private var height: CGFloat = 0
15
@State
16
- var selectedKeywordType: BaseInterestType
+ private var height: CGFloat = 0
+ @State
17
+ private var selectedKeywordType: BaseInterestType
18
19
private var keywordSheetBottomButtonState: PokitButtonStyle.State = .disable
- let action: (BaseInterestType) -> Void
20
+ private let action: (BaseInterestType) -> Void
21
22
public init(
23
selectedKeywordType: BaseInterestType,
0 commit comments