enabled property Null safety
final
Whether or not Heroes are enabled in this subtree.
If this property is false, the Heroes in this subtree will not animate on route changes. Otherwise, they will animate as usual.
Defaults to true and must not be null.
Implementation
final bool enabled;