rebuild method

void rebuild()

Implementation

void rebuild() {
  if (!_isDisposed && _context.mounted) {
    _setState();
  }
}