Javier
01/23/2021, 11:13 AMButton
uses MaterialTheme
, CustomButton
uses CustomTheme
• If it is build on top of Material Theme, should it hide the material theme and widgets so the Custom
prefix should not be used?
• If it is build on top of Material Theme, and it hides the material theme, what about an use case where the user add both libraries, material and custom? should the user play with the imports?
import androidx.compose.material.Button as MaterialButton
import some.custom.package.Button as CustomButton