Dashboard Spacing
data class DashboardSpacing(val bottom: String? = null, val left: String? = null, val right: String? = null, val top: String? = null)
Constructors
Link copied to clipboard
fun DashboardSpacing(bottom: String? = null, left: String? = null, right: String? = null, top: String? = null)