kTernaryTextStyle top-level constant

TextStyle const kTernaryTextStyle

Implementation

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