GrxAnimatedLoadingButtonController constructor
GrxAnimatedLoadingButtonController({
- Duration? resetStateDuration = const Duration(seconds: 3),
Implementation
GrxAnimatedLoadingButtonController({
this.resetStateDuration = const Duration(seconds: 3),
});