DashboardSectionStyle

data class DashboardSectionStyle(val height: String? = null, val padding: DashboardSpacing? = null)

Constructors

Link copied to clipboard
fun DashboardSectionStyle(height: String? = null, padding: DashboardSpacing? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val height: String? = null

String based length that is composed of value and unit in px

Link copied to clipboard