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