Skip to main content

subtitle1 property

TextStyle subtitle1

read / write

Implementation

static TextStyle subtitle1 = const TextStyle(
fontSize: 14,
fontWeight: FontWeight.w500,
color: blackSecondary,
fontFamily: 'OpenSans',
);