absolutePadding
expect fun Modifier.absolutePadding(left: Dp = 0.dp, top: Dp = 0.dp, right: Dp = 0.dp, bottom: Dp = 0.dp): Modifier(source)
Deprecated
Use `outerPadding` or check out `innerPadding` instead.
Replace with
import com.huanshankeji.compose.foundation.layout.ext.absoluteOuterPadding
Content copied to clipboard
this.absoluteOuterPadding(left, top, right, bottom)Content copied to clipboard
See the KDoc of the overload with one Dp parameter for platform differences.