getTextButtonStyle function

TextStyle getTextButtonStyle(
  1. Set<MaterialState> states
)

Implementation

TextStyle getTextButtonStyle(Set<MaterialState> states) {
  return GoogleFonts.inter(
    fontSize: 16.0,
    fontWeight: FontWeight.bold,
  );
}