mx method

Widget mx(
  1. double v
)

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

Implementation

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