DashClusterPaddingDp
class DashClusterPaddingDp(val left: Int = 0, val top: Int = 0, val right: Int = 0, val bottom: Int = DEFAULT_CLUSTER_BOTTOM_PADDING_DP)
Extra camera padding for the cluster, expressed in density-independent pixels (dp). The cluster converts these values to pixels using its own display metrics, which may differ from the head unit's. Use this instead of pixel-based padding to avoid sizing issues across displays.
Defaults match the cluster's built-in padding: bottom = 100, all other sides 0.