I am working on flutter a flutter project and using MaterialApp while providing the ColorScheme I used primaryVariant property but now Official documentation is saying that it is deprecated and asks to use primaryContainer. But I could not find any reasons for that what was wrong with primaryVariant? Why has it been deprecated?