heightSize method

DefineMContainerModifier heightSize(
  1. double? value
)

Implementation

DefineMContainerModifier heightSize(double? value) {
  return this.copyWith(valueHeight: value);
}