RenderConstrainedLayoutBuilder<LayoutInfoType, ChildType extends RenderObject> typedef

RenderConstrainedLayoutBuilder<LayoutInfoType, ChildType extends RenderObject> = RenderAbstractLayoutBuilderMixin<LayoutInfoType, ChildType>

Generic mixin for RenderObjects created by an AbstractLayoutBuilder with the the same LayoutInfoType.

Use RenderAbstractLayoutBuilderMixin instead, which replaces this mixin.

Implementation

typedef RenderConstrainedLayoutBuilder<LayoutInfoType, ChildType extends RenderObject> =
    RenderAbstractLayoutBuilderMixin<LayoutInfoType, ChildType>;