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