topPosition method

DefineMRowModifier topPosition(
  1. double? value
)

Implementation

DefineMRowModifier topPosition(double? value) {
  return this.copyWith(valueTop: value);
}