URL of codelab
In which task and step of the codelab can this issue be found?
task - Add a switch, step number 8
Describe the problem
Switch(
modifier = modifier
.fillMaxWidth()
.wrapContentWidth(Alignment.End),
//...
)
There should be Modifier instead of modifier
Steps to reproduce?
- Go to...
- Click on...
- See error...
Versions
Android Studio version:
API version of the emulator:
Additional information
Include screenshots if they would be useful in clarifying the problem.