enableCaching property

bool? enableCaching
final

Controls whether the built widget tree is cached between rebuilds.

Default: true if buildAsync is off, false otherwise.

Implementation

final bool? enableCaching;