fullWidth method

DefineMStackModifier fullWidth([
  1. double? value
])

Implementation

DefineMStackModifier fullWidth([double? value]) {
  return this.copyWith(valueFullWidth: value);
}