bottomPosition method

DefineMTileModifier bottomPosition(
  1. double? value
)

Implementation

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