TertiaryButton constructor
const
TertiaryButton(
- String title, {
- Key? key,
- VoidCallback? onPressed,
- EdgeInsets? padding,
- Color? textColor,
- TertiaryButtonIconStyle? iconStyle,
Creates a tertiary text button.
Implementation
const TertiaryButton(
this.title, {
super.key,
this.onPressed,
this.padding,
this.textColor,
this.iconStyle,
});