invalidateBoxPainter method

void invalidateBoxPainter()

Implementation

void invalidateBoxPainter() {
  _painter?.dispose();
  _painter = null;
}