clearCache method

  1. @override
void clearCache()
override

Clears the cache (no-op for dry delegates).

Dry layout operations don't modify the child's actual cache, so this method does nothing.

Implementation

@override
void clearCache() {
  // do nothing, the child cache is automatically cleared
  // when the dry layout is performed
}