Arokip

Results 2 comments of Arokip

@bartekpacia, thanks for the answer. > A workaround I found (for the specific case described in this issue) is to set `container: true` in the `Semantics` widgets: > > ```diff...

Hello Nirmal, `DiagramEditor` is a widget as all other widgets in Flutter. If you call `setState`, it calls the `build` function and rebuilds the content. So the DiagramEditor is build...