RenderConstrainedLayoutBuilder<LayoutInfoType, ChildType extends RenderObject> typedef
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>;