marginLeft method

EdgeInsets marginLeft()

Implementation

EdgeInsets marginLeft() {
  return EdgeInsets.only(left: w);
}