Home > OS >  Why i am getting this error while i am using modifier property to set width or height of layout func
Why i am getting this error while i am using modifier property to set width or height of layout func

Time:01-30

Modifier property error with width

i have using all things but never works

CodePudding user response:

replace your imported package with:

import androidx.compose.ui.Modifier
import androidx.compose.foundation.layout.height
  • Related