You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following assertion was thrown while applying parent data.:Incorrect use of ParentDataWidget.
TheParentDataWidgetPositioned(left:0.0, width:991.0, height:1032.0) wants to apply ParentData of type StackParentData to a RenderObject, which has been set up to accept ParentData of incompatible type BoxParentData.
Usually, this means that the Positioned widget has the wrong ancestor RenderObjectWidget. Typically, Positioned widgets are placed directly inside Stack widgets.
The offending Positionedis currently placed inside a LayoutBuilder widget.
The ownership chain for the RenderObject that received the incompatible parent data was:Stack ← Positioned ← LayoutBuilder ← TransitionContainer ← Stack ← Listener ← _GestureSemantics ← RawGestureDetector ← GestureDetector ← DarkInkDemo ← ⋯
Outcome: Grey screen in release mode
The text was updated successfully, but these errors were encountered: