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