builder method
Implementation
@override
RenderObject builder(BuildableContext context) {
return GestureDetectorRenderObject(
child: child,
onTap: onTap,
behaviour: behaviour ?? HitTestBehavior.deferToChild,
buildableContext: BuildableContext(parentKey: context.parentKey),
);
}