menu
loud package
documentation
noise/noise_plane.dart
NoisePlane
cubic method
cubic method
dark_mode
light_mode
cubic
method
CubicInterpolator
cubic
(
double
scale
)
Implementation
CubicInterpolator cubic(double scale) { return CubicInterpolator( input: this, scale: scale, ); }
loud package
documentation
noise/noise_plane
NoisePlane
cubic method
NoisePlane class