bottomPosition method

DefineMRowModifier bottomPosition(
  1. double? value
)

Implementation

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