fullWidth method

DefineMTileModifier fullWidth([
  1. double? value
])

Implementation

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