h3 property

TextStyle h3
final

Implementation

static final h3 = TextStyle(
  fontFamily: 'Graphik',
  fontSize: 18,
  color: RothkoColor.kDarkNeutralDarken2,
  height: 1.4,
  fontWeight: FontWeight.w500,
);