0

When ever update parent stateful widget it should also update child stateful widget.When ever I refresh Parent stateful widget not updating child stateful widget. Any one know how can I update both stateful widget when update parent stateful widget?

Thank You In Advance.

Harsh Sureja
  • 1,052
  • 1
  • 9
  • 22

1 Answers1

0

You should get into StateManagement, also you can try passing setState in the constructor form parent to child widget

M.M.Hasibuzzaman
  • 1,015
  • 5
  • 10