builder method
Implementation
@override
RenderObject builder(BuildableContext context) {
return ContainerRenderObject(
child: child,
style: style,
buildableContext: context.mergeKey(key),
);
}
@override
RenderObject builder(BuildableContext context) {
return ContainerRenderObject(
child: child,
style: style,
buildableContext: context.mergeKey(key),
);
}