AsyncToggleWidget<T> constructor
const
AsyncToggleWidget<T> ({})
Implementation
const AsyncToggleWidget({
super.key,
required this.future,
required this.before,
required this.after,
this.initialState = false,
this.onSuccess,
this.onError,
this.animationDuration = const Duration(milliseconds: 300),
});