marginRight method

Container marginRight(
  1. double size
)

Implementation

Container marginRight(double size) {
  return margin(right: size);
}