buttonTextStyle property
Text style for buttons in the app.
Implementation
final TextStyle buttonTextStyle = const TextStyle(
fontSize: 16,
color: Colors.black,
fontWeight: FontWeight.w500,
height: 1.5);
Text style for buttons in the app.
final TextStyle buttonTextStyle = const TextStyle(
fontSize: 16,
color: Colors.black,
fontWeight: FontWeight.w500,
height: 1.5);