Skip to main content

button property

TextStyle button

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

Implementation

static TextStyle button = const TextStyle(
fontSize: 16,
fontWeight: FontWeight.w600,
color: primary,
fontFamily: 'OpenSans',
);