TogeButtonLoadingWidget constructor

const TogeButtonLoadingWidget({
  1. Key? key,
  2. TogeButtonType type = TogeButtonType.primary,
  3. TogeButtonSize size = TogeButtonSize.large,
  4. TogeButtonTone tone = TogeButtonTone.neutral,
  5. double? loadingIndicatorSize,
})

Implementation

const TogeButtonLoadingWidget({
  super.key,
  this.type = TogeButtonType.primary,
  this.size = TogeButtonSize.large,
  this.tone = TogeButtonTone.neutral,
  this.loadingIndicatorSize,
});