POBottomSheetConfiguration
data class POBottomSheetConfiguration(val height: POBottomSheetConfiguration.Height, val expandable: Boolean, val cancellation: POCancellationConfiguration = POCancellationConfiguration()) : Parcelable
Specifies bottom sheet configuration.
Parameters
height
Specifies bottom sheet height.
expandable
Specifies whether the bottom sheet is expandable.
cancellation
Specifies cancellation behaviour.
Constructors
Link copied to clipboard
constructor(height: POBottomSheetConfiguration.Height, expandable: Boolean, cancellation: POCancellationConfiguration = POCancellationConfiguration())