Skip to main content

overline property

TextStyle overline

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

Implementation

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