renderCanvas method

Widget renderCanvas(
  1. NudgeButton node,
  2. BuildContext context
)

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);