Skip to main content

bodyText3 property

TextStyle bodyText3

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

Implementation

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