marginRight method

EdgeInsets marginRight()

Implementation

EdgeInsets marginRight() {
  return EdgeInsets.only(right: w);
}