Flutter - Using RepaintBoundary Examples

developer905·2022년 1월 18일
0

Offscreen widgets are being rebuilt. This can happen, for example, when a ListView is nested in a tall Column that extends offscreen. Or when the RepaintBoundary is not set for a list that extends offscreen, causing the whole list to be redrawn.

https://www.woolha.com/tutorials/flutter-using-repaintboundary-examples

profile
collector

0개의 댓글