NomoLinkButton constructor
const
NomoLinkButton({
- required String text,
- Key? key,
- Color? foregroundColor,
- Color? selectionColor,
- EdgeInsetsGeometry? padding,
- TextStyle? textStyle,
- VoidCallback? onPressed,
- bool? enabled,
- double? width,
- double? height,
- EdgeInsetsGeometry? margin,
- Color? tapDownColor,
Implementation
const NomoLinkButton({
required this.text,
super.key,
this.foregroundColor,
this.selectionColor,
this.padding,
this.textStyle,
this.onPressed,
this.enabled,
this.width,
this.height,
this.margin,
this.tapDownColor,
});