Fix incorrect generic type specification, causes a compilation error (#15049)
when a hot reload is done after modifying a component in the flutter package.
This commit is contained in:
parent
65731f75bd
commit
beffcf1ba1
@ -519,7 +519,7 @@ class _TheatreElement extends RenderObjectElement {
|
||||
// children of its primary subtree's stack can be moved to this object's list
|
||||
// of zombie children without changing their parent data objects.
|
||||
class _RenderTheatre extends RenderBox
|
||||
with RenderObjectWithChildMixin<RenderStack>, RenderProxyBoxMixin<RenderBox>,
|
||||
with RenderObjectWithChildMixin<RenderStack>, RenderProxyBoxMixin<RenderStack>,
|
||||
ContainerRenderObjectMixin<RenderBox, StackParentData> {
|
||||
|
||||
@override
|
||||
|
Loading…
x
Reference in New Issue
Block a user