RenderBoxy<ChildHandleType extends BaseBoxyChild> constructor
RenderBoxy<ChildHandleType extends BaseBoxyChild> ({
- required BoxBoxyDelegateMixin<
Object, ChildHandleType> delegate, - required InflatedChildHandleFactory childFactory,
Creates a RenderBoxy with a delegate.
Implementation
RenderBoxy({
required BoxBoxyDelegateMixin<Object, ChildHandleType> delegate,
required this.childFactory,
}) : _delegate = delegate;