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