TextStyle buttonStyle(Color c) => TextStyle( fontFamily: 'SignikaNegative', fontWeight: FontWeight.w500, fontSize: 16, // height: 0.48, letterSpacing: 1, color: c, );