menu
flutter_components package
documentation
Container/Module/light_source.dart
LightSource
invert method
invert method
dark_mode
light_mode
invert
method
LightSource
invert
(
)
Implementation
LightSource invert() => LightSource(dx * -1, dy * -1);
flutter_components package
documentation
Container/Module/light_source
LightSource
invert method
LightSource class