marginLeft method

Widget marginLeft(
  1. double left
)

Implementation

Widget marginLeft(double left) => marginOnly(left: left);