I want to use something similar to androids dimens.xml to enforce consistency through out my app.
I was sure Material Design would have some predefined values to use, considering how heavily integrated it is in Flutter, but I cant find anything like it.
Have I just missed it? If not, whats the best approach of implementing it? Just a class holding static variables?