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