RenderBoxy<ChildHandleType extends BaseBoxyChild> constructor

RenderBoxy<ChildHandleType extends BaseBoxyChild>({
  1. required BoxBoxyDelegateMixin<Object, ChildHandleType> delegate,
  2. required InflatedChildHandleFactory childFactory,
})

Creates a RenderBoxy with a delegate.

Implementation

RenderBoxy({
  required BoxBoxyDelegateMixin<Object, ChildHandleType> delegate,
  required this.childFactory,
}) : _delegate = delegate;