setPaddingVertical method
Implementation
DefineMRowModifier setPaddingVertical(double value) {
return this.copyWith(
valuePadding: (this.valuePadding ?? EdgeInsets.zero)
.copyWith(top: value, bottom: value),
);
}
DefineMRowModifier setPaddingVertical(double value) {
return this.copyWith(
valuePadding: (this.valuePadding ?? EdgeInsets.zero)
.copyWith(top: value, bottom: value),
);
}