mirror of
https://github.com/BetterAndroid/FlexiUI.git
synced 2025-09-07 19:14:12 +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.dp
|
||||
|
||||
// TODO: Decoupling to BetterAndroid
|
||||
|
||||
@Stable
|
||||
fun ComponentPadding(all: Dp): ComponentPadding = ComponentPaddingImpl(all, all, all, all)
|
||||
|
||||
|
Reference in New Issue
Block a user