menu
spoiler_widget package
documentation
models/particle_manager.dart
ParticleManager
getFarthestPoint method
getFarthestPoint method
dark_mode
light_mode
getFarthestPoint
method
Offset
getFarthestPoint
(
Offset
center
)
Implementation
Offset getFarthestPoint(Offset center) => bounds.getFarthestPoint(center);
spoiler_widget package
documentation
models/particle_manager
ParticleManager
getFarthestPoint method
ParticleManager class