skip to Main Content

Android Studio – Cannot access 'RowScopeInstance': it is internal in 'androidx.compose.foundation.layout'

I was trying to achieve the below layout I tried using Row(Modifier.weight(50f)) that's when the compiler start throwing If imported from ColumnInstance - import androidx.compose.foundation.layout.ColumnScopeInstance.weight Cannot access 'ColumnScopeInstance': it is internal in 'androidx.compose.foundation.layout' If imported from RowInstance - androidx.compose.foundation.layout.RowScopeInstance.weight Cannot…

VIEW QUESTION
Back To Top
Search