menu
okcolor package
documentation
models/oklab.dart
OkLab
withB method
withB method
dark_mode
light_mode
withB
method
OkLab
withB
(
double
b
)
Implementation
OkLab withB(double b) { return copyWith(b: b); }
okcolor package
documentation
models/oklab
OkLab
withB method
OkLab class