GrxAnimatedLoadingButtonController constructor

GrxAnimatedLoadingButtonController({
  1. Duration? resetStateDuration = const Duration(seconds: 3),
})

Implementation

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