Skip to main content

bodyText2 property

TextStyle bodyText2

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

Implementation

static TextStyle bodyText2 = const TextStyle(
fontSize: 8,
fontWeight: FontWeight.w400,
color: blackSecondary,
fontFamily: 'OpenSans',
);