LinkConfig constructor

const LinkConfig({
  1. TextStyle style = const TextStyle(color: Color(0xff0969da), decoration: TextDecoration.underline),
  2. ValueCallback<String>? onTap,
})

Implementation

const LinkConfig(
    {this.style = const TextStyle(
        color: Color(0xff0969da), decoration: TextDecoration.underline),
    this.onTap});