start method

Returns a copy with the specified start edge.

Implementation

LinearBorderMix start(LinearBorderEdgeMix value) {
  return merge(LinearBorderMix.start(value));
}