Can I use inheritance with Widget or StaticConfiguration?
Is it possible to somehow use inheritance with widgets in WidgetKit? I have several widgets that share similar lines of code. How can I create, for example, a generic “circular widget” type with a certain static configuration that I can reuse and further specify across all of my circular widgets?