buttonStyle function

TextStyle buttonStyle(
  1. Color c
)

Implementation

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