ArcBottomSheet
abstract class ArcBottomSheet<viewBinding : ViewBinding>(isDialogCancelable: Boolean) : BottomSheetDialogFragment
ArcBottomSheet Base class for BottomSheet. Use BottomSheetDialogFragment
Author
jimlyas
Since
13 Jan 2023
Parameters
viewBinding
ViewBinding define which layout to inflate for this ArcBottomSheet
isDialogCancelable
Does the ArcBottomSheet cancelable of not?
Functions
Link copied to clipboard
open override fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle?): View