postInvalidate method

void postInvalidate()

Implementation

void postInvalidate() {
  context.setState(() {});
}