kLinkedTextStyle top-level constant

TextStyle const kLinkedTextStyle

Implementation

const kLinkedTextStyle = TextStyle(
  color: kLinkedColor,
  fontWeight: FontWeight.w400,
  fontSize: 16.0,
  overflow: TextOverflow.ellipsis,
);