mr static method

FloretParent<Container> mr(
  1. double margin
)

Implementation

static FloretParent<Container> mr(double margin) =>
    (Widget child) => Container(
          child: child,
          margin: EdgeInsets.only(right: margin),
        );