my method

Widget my(
  1. double v
)

Wraps the widget in a container with the specified vertical v margin.

Implementation

Widget my(double v) => box.my(v).make();