menu
pulsing_border package
documentation
pulsing_border.dart
PulsingBorderController
togglePulsing method
togglePulsing method
dark_mode
light_mode
togglePulsing
method
void
togglePulsing
(
)
Toggles the pulsing animation.
Implementation
void togglePulsing() { value = !value; }
pulsing_border package
documentation
pulsing_border
PulsingBorderController
togglePulsing method
PulsingBorderController class