clip method

T clip(
  1. T value
)

Clips value in this scale.

Implementation

T clip(T value) {
  throw UnimplementedError();
}