rebuild method

void rebuild()

Implementation

void rebuild() {
  if (mounted) {
    setState(() {});
  }
}