TogeButtonLoadingWidget constructor
const
TogeButtonLoadingWidget({
- Key? key,
- TogeButtonType type = TogeButtonType.primary,
- TogeButtonSize size = TogeButtonSize.large,
- TogeButtonTone tone = TogeButtonTone.neutral,
- double? loadingIndicatorSize,
Implementation
const TogeButtonLoadingWidget({
super.key,
this.type = TogeButtonType.primary,
this.size = TogeButtonSize.large,
this.tone = TogeButtonTone.neutral,
this.loadingIndicatorSize,
});