buttonTextStyle static method
Implementation
static TextStyle buttonTextStyle(BuildContext context, Color? color) {
return TextStyle(
fontFamily: 'Poppins',
package: 'shared_component',
fontSize: FontSizes.small,
color: color,
);
}