Skip to main content

subtitle2 property

TextStyle subtitle2

<span class="feature">read / write</span>

Implementation

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