mirror of
https://github.com/BetterAndroid/FlexiUI.git
synced 2025-09-08 11:34:18 +08:00
docs: todo decoupling to BetterAndroid of ComponentPadding
This commit is contained in:
@@ -30,6 +30,8 @@ import androidx.compose.ui.unit.Dp
|
|||||||
import androidx.compose.ui.unit.LayoutDirection
|
import androidx.compose.ui.unit.LayoutDirection
|
||||||
import androidx.compose.ui.unit.dp
|
import androidx.compose.ui.unit.dp
|
||||||
|
|
||||||
|
// TODO: Decoupling to BetterAndroid
|
||||||
|
|
||||||
@Stable
|
@Stable
|
||||||
fun ComponentPadding(all: Dp): ComponentPadding = ComponentPaddingImpl(all, all, all, all)
|
fun ComponentPadding(all: Dp): ComponentPadding = ComponentPaddingImpl(all, all, all, all)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user