shape method

DefineMRowModifier shape(
  1. BoxShape value
)

Implementation

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