start method
Returns a copy with the specified start edge.
Implementation
LinearBorderMix start(LinearBorderEdgeMix value) {
return merge(LinearBorderMix.start(value));
}
Returns a copy with the specified start edge.
LinearBorderMix start(LinearBorderEdgeMix value) {
return merge(LinearBorderMix.start(value));
}