LinkConfig constructor

LinkConfig({
  1. TextStyle? textStyle,
  2. void onTap(
    1. String
    )?,
})

Implementation

LinkConfig({TextStyle? textStyle, this.onTap})
    : textStyle = textStyle ??
          Rixa.appFonts.small3(decoration: TextDecoration.underline);