Frequently, I find myself looking for better ways to pass around references to the different services I use throughout my app's code. These services can be data sources, repositories, loggers, analytics, storage, etc. I've passed them around through constructors, but then my constructor arguments get bloated. I created an InheritedWidget