fullWidth method

DefineMRowModifier fullWidth([
  1. double? value
])

Implementation

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