bottom method

DefineMListViewModifier bottom(
  1. double? value
)

Implementation

DefineMListViewModifier bottom(double? value) {
  return this.copyWith(valueBottom: value);
}