SoftUiTextButton constructor
const
SoftUiTextButton({
- required String text,
- SoftUiTextStyles style = SoftUiTextStyles.titleSmall,
- TextDecoration decoration = TextDecoration.underline,
- IconData? icon,
- void onPressed()?,
- Key? key,
Implementation
const SoftUiTextButton({
required this.text,
this.style = SoftUiTextStyles.titleSmall,
this.decoration = TextDecoration.underline,
this.icon,
this.onPressed,
super.key,
});