bottomPosition method

DefineMImageModifier bottomPosition(
  1. double? value
)

Implementation

DefineMImageModifier bottomPosition(double? value) {
  return this.copyWith(valueBottom: value);
}