renderCanvas method
Canvas rects already describe the complete button. Unlike classic stack buttons, they must not inherit platform padding that silently reduces the authored label area.
Implementation
Widget renderCanvas(NudgeButton node, BuildContext context) =>
_render(node, context, canvas: true);