Skip to main content

overline property

TextStyle overline

read / write

Implementation

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