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