titleMedium constant

TextStyle const titleMedium

Implementation

static const TextStyle titleMedium = TextStyle(
  fontSize: 16,
  fontWeight: FontWeight.w500,
  height: 1.4,
);