Danish Ansari
03/21/2021, 8:44 AMandroidx.compose.material.Colors
class which should be changed later that's why I have used var
var Colors.warning: Color
get() = Color(0xFFFFC107)
set(value) {
field = value
}
But I'm getting error in the setter Unresolved reference: field
Dunno how to handle this scenarioknthmn
03/21/2021, 8:58 AMDanish Ansari
03/21/2021, 9:08 AM