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