LinkConfig constructor
const
LinkConfig({
- TextStyle style = const TextStyle(color: Color(0xff0969da), decoration: TextDecoration.underline),
- ValueCallback<
String> ? onTap,
Implementation
const LinkConfig(
{this.style = const TextStyle(
color: Color(0xff0969da), decoration: TextDecoration.underline),
this.onTap});