We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modifier#fillMaxSize는 사이즈 하드코딩 요소가 아니므로 contentPadding: QuackPadding 값을 보존하며 적용되어야 함
Modifier#fillMaxSize
contentPadding: QuackPadding
Modifier.fillMaxSize()를 사용하면 Size.kt에 있는 FillWholeMaxWidth가 combine 되는 데 이걸 응용하면 별도의 꽥꽥 API 없이 이 작업을 할 수 있을 듯 함
Modifier.fillMaxSize()
Size.kt
FillWholeMaxWidth
The text was updated successfully, but these errors were encountered:
reflectivelyFillMaxSizeOperationHashCode
6e844c0
cc #698
jisungbin
No branches or pull requests
Modifier#fillMaxSize
는 사이즈 하드코딩 요소가 아니므로contentPadding: QuackPadding
값을 보존하며 적용되어야 함Modifier.fillMaxSize()
를 사용하면Size.kt
에 있는FillWholeMaxWidth
가 combine 되는 데 이걸 응용하면 별도의 꽥꽥 API 없이 이 작업을 할 수 있을 듯 함The text was updated successfully, but these errors were encountered: