TogeButtonTextWidget constructor
const
TogeButtonTextWidget(
- String text, {
- Key? key,
- TogeButtonType type = TogeButtonType.primary,
- TogeButtonSize size = TogeButtonSize.large,
- TogeButtonTone tone = TogeButtonTone.neutral,
- 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,
});