overline constant

TextStyle const overline

Implementation

static const TextStyle overline = TextStyle(
  fontSize: 10,
  fontWeight: FontWeight.w600,
  letterSpacing: 1.5,
  color: TsdtechColors.textSecondary,
  height: 1.6,
);