TogeButtonTextWidget constructor

const TogeButtonTextWidget(
  1. String text, {
  2. Key? key,
  3. TogeButtonType type = TogeButtonType.primary,
  4. TogeButtonSize size = TogeButtonSize.large,
  5. TogeButtonTone tone = TogeButtonTone.neutral,
  6. bool disabled = false,
})

Implementation

const TogeButtonTextWidget(
  this.text, {
  super.key,
  this.type = TogeButtonType.primary,
  this.size = TogeButtonSize.large,
  this.tone = TogeButtonTone.neutral,
  this.disabled = false,
});