bottomPosition method

DefineMContainerModifier bottomPosition(
  1. double? value
)

Implementation

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