Skip to main content

button property

TextStyle button

read / write

Implementation

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