textOverflow method

DefineMTextModifier textOverflow(
  1. TextOverflow value
)

Implementation

DefineMTextModifier textOverflow(TextOverflow value) {
  final DefineMTextModifier newModifierValue =
      this.copyWith(valueOverflow: value);
  return newModifierValue;
}