redraw method

void redraw(
  1. BuildContext context
)

Implementation

void redraw(BuildContext context) {
  SingleCanvas.of(context)!.update();
}