File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
core/ui/src/main/java/co/yml/coreui/core/ui/ytag/model Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ import androidx.compose.ui.graphics.Shape
88import androidx.compose.ui.unit.Dp
99import androidx.compose.ui.unit.dp
1010
11- // todo sree_ is min width and min height required?
1211/* *
1312 * [TagViewContainerModifiers] Immutable collection of modifier elements that decorate or add behavior to TagView container.
1413 * @param minWidth define a default min width of TagViewContainer
@@ -43,7 +42,6 @@ data class TagViewContainerModifiers(
4342 val semantics : String ,
4443 val alphaAnimation : AlphaAnimation
4544) {
46- // todo sree_ check min and max default size
4745 class Builder {
4846 private var minWidth: Dp = 150 .dp
4947 private var minHeight: Dp = 150 .dp
You can’t perform that action at this time.
0 commit comments