Skip to content

Commit 91f6816

Browse files
Code Refactoring
1 parent a1140a5 commit 91f6816

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

core/ui/src/main/java/co/yml/coreui/core/ui/ytag/model/TagViewContainerModifiers.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import androidx.compose.ui.graphics.Shape
88
import androidx.compose.ui.unit.Dp
99
import 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

0 commit comments

Comments
 (0)