Skip to main content

title property

TextStyle title

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

Implementation

static TextStyle title = const TextStyle(
fontSize: 20,
fontWeight: FontWeight.w600,
color: blackPrimary,
fontFamily: 'OpenSans',
);