CallSheetState
class CallSheetState(initialValue: CallSheetValue = CallSheetValue.Collapsed, confirmValueChange: (CallSheetValue) -> Boolean = { true })
Constructors
Link copied to clipboard
constructor(initialValue: CallSheetValue = CallSheetValue.Collapsed, confirmValueChange: (CallSheetValue) -> Boolean = { true })