clearCache abstract method
void
clearCache()
Clears all cached layout calculations.
Forces the child to recalculate its layout on the next layout pass. Used when layout-affecting properties change.
Implementation
void clearCache();