markNeedsCompositedLayerUpdate method

void markNeedsCompositedLayerUpdate()

Implementation

void markNeedsCompositedLayerUpdate() {
  followerKey.currentContext?.findRenderObject()?.markNeedsCompositedLayerUpdate();
}