![JAR search and dependency download from the Maven repository](/logo.png)
divkit.dsl.EdgeInsetsUtils.kt Maven / Gradle / Ivy
package divkit.dsl
import divkit.dsl.scope.DivScope
/**
* @param all Margin.
*/
fun DivScope.edgeInsets(all: Int, unit: SizeUnit? = null): EdgeInsets = edgeInsets(
left = all,
right = all,
top = all,
bottom = all,
unit = unit,
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy