padding
Extra padding (in dp) added on top of the system window insets when framing the camera. The provided values override the built-in cluster paddings for all four sides. The cluster converts dp to pixels using its own display metrics, so this value renders consistently regardless of the caller's display density.
Defaults to DashClusterPaddingDp(), which is left = 0dp, top = 0dp, right = 0dp, bottom = 100dp. To disable a built-in padding value, explicitly set that side to 0, for example DashClusterPaddingDp(bottom = 0).