AtSyncButton constructor
const
AtSyncButton({
- Key? key,
- Widget? child,
- bool isLoading = false,
- VoidCallback? onPressed,
- Color? syncIndicatorColor,
Implementation
const AtSyncButton({
Key? key,
this.child,
this.isLoading = false,
this.onPressed,
this.syncIndicatorColor,
}) : super(key: key);