enabled property

bool enabled
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.

Implementation

final bool enabled;