Package com.
devbase.
presentation.
bottomsheet
Defines base class for creating custom BottomSheet
Types
Link copied to clipboard
abstract class DevBottomSheet<T : ViewBinding> : BottomSheetDialogFragment
Content copied to clipboard
Base class for BottomSheet Fragment
Link copied to clipboard
Example of using DevBottomSheet by displaying prompt to user
Link copied to clipboard
typealias PromptBottomSheetDeclaration = PromptBottomSheet.PromptBottomSheetConfiguration.() -> Unit
Content copied to clipboard