marginRight method

T marginRight(
  1. double value
)

Sets the right margin.

Implementation

T marginRight(double value) => margin(EdgeInsetsGeometryMix.right(value));