button property

TextStyle button
getter/setter pair

Implementation

static TextStyle button = baseTextStyle.copyWith(
    fontSize: 18, fontWeight: FontWeight.bold, color: appColors.white);