shape method

DefineMTextModifier shape(
  1. BoxShape value
)

Implementation

DefineMTextModifier shape(BoxShape value) {
  return this.copyWith(valueShape: value);
}