AnimatedButtonTap typedef

AnimatedButtonTap = FutureOr<void> Function(ButtonStatus button)

按钮点击事件

Implementation

typedef AnimatedButtonTap = FutureOr<void> Function(ButtonStatus button);