preventRedundantRebuilds property

bool preventRedundantRebuilds
final

If it is true, then the RenderBox will be generated again, only if the child's key has changed, instead of every build.

Implementation

final bool preventRedundantRebuilds;