UdTextButton constructor
UdTextButton({
- String? text,
- double? fontSize,
- Color? fontColor,
- FontWeight? fontWeight,
- EdgeInsets? padding,
- Function? function,
- bool? skipTraversal,
Implementation
UdTextButton({
this.text,
this.fontSize,
this.fontColor,
this.fontWeight,
this.padding,
this.function,
this.skipTraversal,
});