I've been thinking about subclassing my screen sta...
# functional
t
I've been thinking about subclassing my screen states from a global app state class but that's probably not scalable. All the inherited properties have to be repeated in every constructor of the state data classes and there is also the problem that some screens may only be allowed to read the shared state but since it's part of their state too, they can also write.