link property

TextStyle link

Implementation

TextStyle get link => textTheme.bodyLarge!.copyWith(
  decoration:TextDecoration.underline,
);