subtitle property

TextStyle get subtitle

Supporting title or subtitle.

Implementation

TextStyle get subtitle => paragraph.copyWith(
  fontSize: 14,
  fontWeight: FontWeight.w500,
  height: 1.40,
);