buttonTextStyle constant
Text style for button labels.
Implementation
static const TextStyle buttonTextStyle = TextStyle(
fontSize: 16,
fontWeight: FontWeight.w600,
color: Colors.white,
);
Text style for button labels.
static const TextStyle buttonTextStyle = TextStyle(
fontSize: 16,
fontWeight: FontWeight.w600,
color: Colors.white,
);