rightPosition method

DefineMContainerModifier rightPosition(
  1. double? value
)

Implementation

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