forceRender method Null safety

void forceRender()

Implementation

void forceRender() {
  setState(() {});
}