gravity method

Implementation

DefineMTextFieldModifier gravity(MGravity value) {
  return this.copyWith(valueGravity: value);
}