marginRight method

AutoLayout marginRight(
  1. double num
)

Implementation

AutoLayout marginRight(double num) {
  return this.._margin = _marginOrCreate.copyWith(right: num);
}