fullWidth method

DefineMContainerModifier fullWidth([
  1. double? value
])

Implementation

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