UiAppBarSizing

data class UiAppBarSizing(val topHeight: UiDp, val topHorizontalPadding: UiDp, val topTitleStartPadding: UiDp, val bottomHeight: UiDp, val bottomHorizontalPadding: UiDp, val bottomElevation: UiDp)(source)

Defines top and bottom app-bar dimensions.

Constructors

Link copied to clipboard
constructor(topHeight: UiDp, topHorizontalPadding: UiDp, topTitleStartPadding: UiDp, bottomHeight: UiDp, bottomHorizontalPadding: UiDp, bottomElevation: UiDp)

Types

Link copied to clipboard
object Companion

Creates the framework baseline app-bar dimensions.

Properties

Link copied to clipboard
val bottomElevation: UiDp

resting bottom-bar elevation

Link copied to clipboard
val bottomHeight: UiDp

minimum bottom app-bar height

Link copied to clipboard

outer horizontal bottom-bar padding

Link copied to clipboard
val topHeight: UiDp

minimum top app-bar height

Link copied to clipboard

outer horizontal top-bar padding

Link copied to clipboard

spacing between navigation content and title