buttonMedium constant
        
        TextStyle
        const buttonMedium
        
      
      
      
Implementation
static const TextStyle buttonMedium = TextStyle(
  fontSize: 16,
  fontWeight: FontWeight.w600,
  color: '#ffffff',
);
static const TextStyle buttonMedium = TextStyle(
  fontSize: 16,
  fontWeight: FontWeight.w600,
  color: '#ffffff',
);