The issue I'm facing is when i try to set a background colour to ElevatedView, somehow it gets the default color predefined SynthUtils.defaultBaseColor in SynthUtils. I'm trying to set the background dynamic based on device theme.
Note: The PitView background doesn't have this issue.
Layout
This is a part of my layout which contains the ElevatedView:
Issue
ElevatedView
The issue I'm facing is when i try to set a background colour to ElevatedView, somehow it gets the default color predefined SynthUtils.defaultBaseColor in SynthUtils. I'm trying to set the background dynamic based on device theme.
Layout
This is a part of my
layout
which contains the ElevatedView:I'm using this dependency in
build.gradle
file:
Expectation