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