LinkButton constructor
const
LinkButton({})
Implementation
const LinkButton({
Key? key,
required this.onPressed,
required this.child,
this.minWidth = 74,
this.height = 56,
this.color,
this.withInk = true,
this.busy = false,
this.busyColor,
this.loadingDebounce,
this.disabled = false,
}) : super(key: key);