menu
d4_scale package
documentation
d4_scale.dart
Scale<X, Y>
call abstract method
call abstract method
dark_mode
light_mode
call
abstract method
Y?
call
(
X?
x
)
Given a value from the
domain
, returns the corresponding value from the
range
.
Implementation
Y? call(X? x);
d4_scale package
documentation
d4_scale
Scale<X, Y>
call abstract method
Scale class