withRight method

EdgeInsets withRight(
  1. double value
)

Creates new EdgeInsets with specified right padding

Implementation

EdgeInsets withRight(double value) => copyWith(right: value);