TextButtonWidget constructor
const
TextButtonWidget({
- Key? key,
- String? text,
- double? fontSize,
- FontWeight? fontWeight,
- Color? textColor,
- void onTap()?,
- EdgeInsetsGeometry? padding,
- TextDecoration? decoration = TextDecoration.none,
Implementation
const TextButtonWidget({
Key? key,
this.text,
this.fontSize,
this.fontWeight,
this.textColor,
this.onTap,
this.padding,
this.decoration = TextDecoration.none,
}) : super(key: key);