right method

Implementation

DefineMContainerModifier right(double? value) {
  return this.copyWith(valueRight: value);
}