marginTop method
Implementation
DefineMStackModifier marginTop(double value) {
return this.copyWith(
valueMargin: (this.valueMargin ?? EdgeInsets.zero).copyWith(top: value),
);
}
DefineMStackModifier marginTop(double value) {
return this.copyWith(
valueMargin: (this.valueMargin ?? EdgeInsets.zero).copyWith(top: value),
);
}