InteractiveText constructor
const
InteractiveText({})
Implementation
const InteractiveText(
{super.key,
required this.text,
required this.textStyle,
required this.linkStyle,
this.onUrlClick,
this.onPhoneClick});