refireshLayout method

void refireshLayout()

Implementation

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