PulsingBorderController constructor
PulsingBorderController({
- bool isPulsing = false,
Creates a new PulsingBorderController.
The isPulsing parameter is used to set the initial state of the controller.
Defaults to false.
Implementation
PulsingBorderController({bool isPulsing = false}) : super(isPulsing);