/tripkit/TripKitAndroidUI/com.skedgo.tripkit.ui.generic.bottomsheet/CardSettings
CardSettings
\ data class CardSettings(val fixedHeight: Boolean, val startingState: Int, val peekHeight: Int = 120, val expandedOffset: Int = 0)
Constructors
CardSettings | constructor(fixedHeight: Boolean, startingState: Int, peekHeight: Int = 120, expandedOffset: Int = 0) |
Properties
Name | Summary |
---|---|
expandedOffset | val expandedOffset: Int = 0 |
fixedHeight | val fixedHeight: Boolean |
peekHeight | val peekHeight: Int = 120 |
startingState | val startingState: Int |