redraw method

void redraw([
  1. dynamic callback()?
])
inherited

Implementation

void redraw([callback()?]) => _scheduleRedraw(this, callback);