button property

TextStyle button

Implementation

static TextStyle get button => TextStyle(
    fontSize: 14,
    fontWeight: FontWeight.normal,
    color: AppColors.appColorBlack65,
    fontFamily: 'Source Sans Pro',
    letterSpacing: 1.25);