We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef507cc commit 22918bdCopy full SHA for 22918bd
1 file changed
SwiftBloc/Classes/BlocView.swift
@@ -65,7 +65,7 @@ public struct BlocView<C: Cubit<S>, S: Equatable, Content: View>: BlocViewProtoc
65
/**
66
BlocView constructor
67
- parameter builder: builder callback.
68
- - parameter action: custom action callback
+ - parameter action: custom action callback. Optional
69
- parameter cubit: cubit/bloc instance..
70
*/
71
public init(
0 commit comments