trimEnd property

double trimEnd

Implementation

double get trimEnd => _trimEnd;
void trimEnd=(double value)

Implementation

set trimEnd(double value) {
  if (_trimEnd == value) {
    return;
  }
  _trimEnd = value;
  markPathEffectsDirty();
}