static TextStyle withOpacity(TextStyle baseStyle, double opacity) => baseStyle.copyWith(color: baseStyle.color?.withOpacity(opacity));